HOW DO U EXECUTE THE CASES WHEN THE TIME IS NOT SUFFICIENT
TO EXECUTE ALL THE TEST CASES?
Answer Posted / sapthagiri
go to ADhoc testing or INFORMAL testing
please gve me ur valuable feedback on this answer
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How do you know the code has met specifications?
Discuss what test metrics you feel are important to publish an organization?
please send me database stored procedure checklist.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
What is difference between Build, Version and Release
What are the interview question on insurance domain in manual testing
How do you estimate white box testing?
what is a horizontal and vertical matrix explain with examples
List out test deliverables?
What are testing techniques? What is difference between general and specific?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
What is white box testing?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.