|
Using a Shared, Centrally Managed QA Environment vs. an Individual Environment: Benefits, Drawbacks, and Personal Experience Oleksandra Melnikova discusses the benefits and drawbacks of using shared vs individual test environments and provides the results of her survey intended to gather the preferences and reasoning from QA professionals.
|
|
|
How do I run Coded UI test cases on remote systems? I have Coded UI framework. Need to run the test cases on remote systems. Want to know how to do?
Using Visual Studio 2019 for development.
|
|
|
The Test Data Bottleneck and How to Solve It Test data is one of the major bottlenecks in testing processes. By simplifying test data, we can solve this bottleneck by tackling four major challenges.
|
|
|
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!
|
|
|
Can you explain random/monkey testing? Can you explain random/monkey testing?
|
|
|
what are the types of Web Tables in Selenium? types of Web Tables in Selenium
|
|
|
What is a Web Table in Selenium? What is a Web Table in Selenium
|
|
|
Top 10 Most-Read StickyMinds Articles of 2020 Don't miss out on the top 10 most-read StickyMinds articles of the year. Topics covered include tools, approaches to testing, frameworks, and more.
|
|
|
How to read a string value in spark with Python? I am using Azure Databricks with Blob Storage. In my Python Notebook, I wanted to read a raw string using spark.read(). I dont know how to read a string with this methodology, if not this then is there any other way by which I can read a string value directly using spark. Because then I need to write that particular string in a text file using df.write.format("text").save([path]).
Currently I am only able to read contents from a file using spark.read.text([path of file]). So, instead of reading from file I directly wanted to pass a string value.
|
|
|
Choosing the Right Testing Metrics Testing always looks to provide more information in order to have less uncertainty and better control over risk, but that information has to be analyzed carefully.
|
|