1. What is extense of Result file in QTP?
Answers were Sorted based on User's Feedback
Answer / basha007
Results stored in Results.xml
which is present in Res1 folder....
execution of each and very one Res1, Res2,....etc will be
generated...
for we want to see the last(justnow) results in results
window goto--->Automation---->select lastoption
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rohit pathak
Default.cfg :- "Microsoft Office Outlook Configuration File"
Default.xls :- "This is the copy of the internal datatable
which is there by default. 1 sheet is Global, other sheets
are as per the Action names"
Login.usr :- "It is a kind of default constant file where
all the inbuilt vaialbles are assigned some values or otherwise"
Script.mts :- "This is just the scripts as per each action.
Whatever you write in each action will be saved here"
thick_usr.dat :- "It is a kind of default constant file
where all the inbuilt vaialbles are assigned some values or
otherwise"
thin_usr.dat :- "It is a kind of default constant file where
all the inbuilt vaialbles are assigned some values or
otherwise. It consists of less no. is variables than
thick_usr.dat"
| Is This Answer Correct ? | 1 Yes | 0 No |
what is meant by source control?
What is our exact stage involvement with QTP?
how do you done Data-driven test using MS-Word Instead of DataTable
Can we put more than one action in a single script???? yes or no.....
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
Does QTP is "Unicode" compatible?
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
can we do load testing , by using QTP......?
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
What is a Web Table?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
Explain the difference between data driven testing and parameterization ?