Top "Qa" questions

Quality assurance, or QA for short, is the systematic monitoring and evaluation of the various aspects of a project, service or facility to maximize the probability that minimum standards of quality are being attained by the production process.

Best way to stress test a website

This may be the wrong question to ask but, what's the best way to replicate a large load on an …

performance stress-testing qa
How to create large PDF files (10MB, 50MB, 100MB, 200MB, 500MB, 1GB, etc.) for testing purposes?

I tried this for ((i=1; i<=10; i++)); do convert 100MB.pdf 10MB.pdf 100MB.pdf; done to create 100MB …

testing pdf qa
How-to turn off all SSL checks for postman for a specific site

Please read this carefully. Please do not send me a link on how to import a certificate. I I am …

testing ssl-certificate qa postman
What tools do you use to test your public REST API?

Looking for tools use to test REST API. So far I'm only aware of SoapUI. I've tried SOAPUI but - …

api rest qa functional-testing soapui
Should black box or white box testing be the emphasis for testers?

Which type of testing would you say should be the emphasis (for testers/QAs), and why? A quick set of …

testing qa black-box white-box
QA vs Development Ratio

I am working as a software developer and I had a quarrel today with our QA team about the following: …

software-quality qa
Selenium Webdriver: Element Not Visible Exception

Here is my code to click a simple login button on this Website import java.util.concurrent.TimeUnit; import org.…

java selenium selenium-webdriver automation qa
Open source Tool for Stress, Load and Performance testing

Possible Duplicate: How do you stress test a web application? Currently I have configured a project with cc.net, watin …

performance testing load stress-testing qa
Difference between system testing and end-to-end testing

What is end-to-end testing, and what is the difference between it and system testing? They both seem the same and …

testing terminology qa
Positive test cases and negative test cases

what are positive test cases and negative test cases? Upon googling about it i have found answers that are very …

testing qa testcase