What is Testcase? How to define seviority and priority of a
bug?Explain me with example?
Answer Posted / joseph
Test case is nothing but it is the Document, where we
define Objective, Precondition, Test Steps, Expected Result
and tha ETC.. to test an Application.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
What's the relationship between environment reality and test phases?
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
What are the main key components in web applications?
Write the function test case to add a customer to database.
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
How many types of api testing are there?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What is rapid application development model (rad)?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
What is bug severity?
What makes a good software qa engineer?
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?
What are the benefits of creating multiple actions within any virtual user script?
What is the Myers Boundary Table?