How to enable the text check point in qtp? By default it is
disables
Answer / guest
only in the recording mode the Text checkpoint will be
activated....
Start recording and then check the available chk points
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain about the Test Fusion Report of QTP?
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
How can i use Output Check points in QTP
what is Smart identification
How Does Run time data (Parameterization) is handled in QTP?
Diff b/n image n bitmap checkpoints?
Define Canvas view of UFT?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
What are the differences between quicktest professional and winrunner?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks