1.how you know all test cases are cover in one application?
2.what is difference between error message and warning
message ?
3.what are the items comes under traceabily materix?
Answer Posted / ashok yadav
1. test cases are prepared in order to check the
functionality of the application, before preparing test
cases reveiw the requirement documentation to find out how
actually the application should function? So keeping in mind
the function that the system should perform and the client
requirement are satisfied.
2. a. Error is any runtime error that causes an application
to shut down.
b. Warning is a message throws out by an application that
causes any disfunctionality of application.
3. Traceability matrix are used in order to check whether
the given requirements are covered in the Test cases or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you scope, organize, and execute a test project?
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?
When first time we are testing the screen then we have to write that this screen should contains so & so columns [ suppose there r 10 columns on that screen]in the expected result
What is stub?
how will we change the server system time?
What is bucket testing?
Discuss what test metrics you feel are important to publish an organization?
I have interview on Guide wire testing. If you please share me.
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
For any web application, what are the possible login features that should be tested?
Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan
is it possible web application make it as executable file
Explain Single View Testing ?
wht is Manual Testing Frame work
.In languages testing, what is the fixed part and changing part?