
interview - How to test search engine results? - Software Quality ...
I had an interview question: You were told that a search engine result by target query does not satisfy a requirement by its position. How would you test it? How would you test it? I had some th...
manual testing - How to test a search engine? - Software Quality ...
My company has developed a search engine and handed over to the testing to test. I have no idea how to start. Its taking results from bing API
How do I test an application for SQL injections?
17 I'm supposed to test a web application for SQL injections. I'm new to this type of security testing and I'd like to get some tips on the matter. Are there any best practices or do I simply search on the …
How do I search for a button by its text using TestComplete?
Jun 1, 2017 · I am attempting to write a function in TestComplete using Python, to access a specific button. The webpage has three buttons, and if I use TestComplete's 'Record Script' function, it …
javascript - How to verify response body as a test in postman ...
How to verify response body as a test in postman Ask Question Asked 7 years ago Modified 4 years, 1 month ago
quality center - Software Quality Assurance & Testing Stack Exchange
Aug 4, 2015 · For searching by keywords and stringing them together when you only know a few of the keywords the format is like: Test And Something Else
Should I use "the test fails if" instead of "the test succeeds if"?
Expected result "test fails if the login form is absent" is identical to "test succeeds if login form is present". The test cases can be incomplete, but it does not matter what convention was used, if …
Selenium test case fails due to page load time
I run nearly 30-40 test cases twice a day. And everytime some test case fails due to page load time. Infact i have explicitly mentioned Thread.sleep("2000"); wherever i feel it takes more time to l...
python - Software Quality Assurance & Testing Stack Exchange
May 24, 2021 · Thanks for contributing an answer to Software Quality Assurance & Testing Stack Exchange! Asking for help, clarification, or responding to other answers. Making statements based …
How to handle InvalidElementStateException in Selenium?
Sumit, The problem is happening because the sendKeys method must be used upon a input field. The actions you must take are the following: Go to Google page Wait until the search bar (id:sb_ifc0) is …