How you know that a test case is a regression test case
Answer Posted / nitin sharma
with the help of RTM(Requirement Tracebility Metrices) u can
track how many test cases are affected after the change has
been made in code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
banking project description for software tester
How do you test DLL files using automation Tool QTP?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What are the data types in qtp?
Is QTP supports Unix. If yes, then how the test automation is done?
Is it possible to change the values of analog recording?
what is ODC and GDC?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Define Error Pane of UFT?
How to analyzing test results using quicktest professional (qtp)?
What is Test Fusion Report in QTP?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How do you open adobe acrobat file in QTP and do some testing on that file ?