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 |
if we made any changes in shared object repository how it reflects of others like our team members?
Write the vb script for the lowest and highest values of an array?
what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
Is there any MS Access addin in QTP?
How you used DDT in QTP?
I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
In how may ways we can use checkpoints to an application using QTP?
What is the difference between wait and synchronization point?