Relation between test cases, requirements and defects
How will you trace the relation between test cases, requirements and defects?
What is gui configuration in wr? How to handle it?
Many applications contains custom objects ( non standard objects). For these custom objects, WR assaign "object" class, and generates statements like "obj_ ....".If any of these custom objects, ...
Use the GUI Map Configuration dialog box to:
Map a custom GUI object class to a standard WinRunner GUI object class.
Configure the properties of a standard WinRunner GUI object classes.
How many types of exceptions are there in wr? H handle that?
They are three types of exception handlers in winrunner they are:-
TSL BASED EXCEPTIONS
POPUP EXCEPTIONs
OBJECT BASED EXCEPTION.
THERE ARE THREE TYPES EXCEPTIONS IN WR
1 POP UP
2 TSL
3 OBJECT
What is the recovery system in preparing the testcases?
Recovery System is nothing but getting the system from the unsecured or getting any thing in wrong to correct way i.e getting from the recovery say for example if we are any thing inserting to ou...
Recovery testing is nothing but to check how well the application manage to come back from abnormal conditions to normal condition.
Example: If any network failure or crash happens, refreshing the page either comes back to normal or still behaves abnormally.
Test cases will be written accordingly.
The get text in wr is not considered as check point. Why?
GET TEXT AND CHECK POINTS ARE TOTALLY DIFFERENT THINGS.CHECKPOINT IS USED TO CHECK THE PROPERTIES OF GUI OBJECT AND GET TEXT IS USED TO TAKE TEXT VALUE FROM NON GUI OBJECT OR BITMAP IMAGE
get_text is procedure (method) in WinRunner ----reads text from the area of the screen indicated by location. it is not a check point.
What is the exact diff between GLobal and gui map file per test?
GUI Map File
Global---->1.Test files are created for the entire application
2.It needs to be saved manually.
Pertest Mode---->Test files are created for each test.
2.It will be saved automatically.
Global GUI map file mode: GUI map file contains the propety values fo4 all objects in ur application.per test: it contains the property values of objects related to that particular test.Glob...
How to close winrunner using winrunner script?
what ever u have written is correct or not? i couldnt understand dat functionality....explain me once again please...
Dear Friend,
I tried to run this code. but it is not working. please send me the exact code. i am waiting for your reply.
Regards
Mahesh
Relation between Test Cases, Requirements and Defects
*Test Cases is designed according to the Requirements.
*Defects are raised on executing the Test cases, which the expected outcome doesn't meet with the actual.
Here's the relationship between requirements, test cases and defects: Test cases are authored to test conformance to requirements. Therefore, any defect found during the execution of a test case indicates nonconformance to a requirement.