|
Whats the toughest part about performing API testing? Top 5 challenges. What do you think are the Top 5 challenges of performing testing of APIs, I am referring only to only functional testing. I have generally come across many folks who are very good from app and business understanding but are not sure how to perform functional testing on APIs, what other reasons do you think exist as challenges to API tesing.
|
|
|
The Growing Role of AI in DevOps All around us, we are seeing a growing trend of artificial intelligence (AI) being implemented in every aspect of our lives—from self-driving cars to intelligent chatbots. But what about the world of DevOps? Has AI come to play a role here as well? The growing role of AI in DevOps has unearthed some key benefits it can bring to many DevOps workflows.
|
|
|
Continuous Testing with Self-Healing: Why Is It Important? Adopting a machine learning-driven self-healing technique in test automation can prevent flaky tests, reduce test failures, and save time on code maintenance. Self-healing is one of the essential factors for successfully performing continuous testing in the DevOps model.
|
|
|
How to Make 100 Releases Per Day with Only 6 Quality Engineers Evgeny Tkachenko outlines how, at Wayfair, they are able to release code to production hundreds of times per day, with only six Quality Engineers.
|
|
|
Mobile Device Farms Hello everyone. Please help me find a device farm. I want a farm with performance statistics collection
I see it this way - we are writing a bot that can emulate player behavior. Next, we launch these bots on the farm on devices of different tiers. The farm records fps during the game and generates a report. Next, I look at which devices we have problems with and ask them to optimize. It is important that the farm has an API, with which I would pause/unpause the FPS recording (so as not to record useless FPS drops, for example, while loading a level).
cool if the farm can collect
- fps
- consumed RAM
- load on processor
Thank you!
|
|
|
Seven Essentials for DevOps Success The success of DevOps depends on the team’s ability to have the right mix of human judgment, culture, process, tools, and automation. Here are seven essentials to help you be cautious and prepare for your DevOps journey.
|
|
|
5 Essentials to Ensure QA Fits Perfectly into DevOps DevOps is the preferred methodology for software development companies looking to code, build, test, and deploy software as a continuous process. It is popular because it creates a fast-paced, results-oriented, collaborative environment that encourages cross-skilling and self-improvement.
|
|
|
A Primer on Continuous Testing Continuous testing shortens feedback loops through automated testing that occurs throughout the development lifecycle—hence "continuous." Testing and QA become the responsibility of everyone working on the software, not just testers. Let's look at some proven practices from organizations that have used continuous testing effectively to realize tangible benefits.
|
|
|
5 Reasons Enterprise Test Automation Is So Challenging Most organizations understand that test automation is essential for modern application delivery processes. They’re just not sure how to make it a reality in an enterprise environment without exorbitant overhead and massive disruption. Enterprise organizations typically achieve small victories, but the process ultimately decays due to challenges in five main areas. Understanding these challenges will help us overcome them.
|
|
|
Xamarin and hockeyapp for DevOps
So, my team's who completed DevOps from the reputed DevOps Training institute, been trying to work with Xamarin and hockey app, we want to automate the whole build process, like for Windows, Androis and IOS. Our end goal here is to make sure that the compilation will be sent directly to HockeyApp after the code is entered. We aren't really confident using CI/CD, are there any alternatives? like PowerShell script. How can we implement this using VSTS?
|
|