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 |
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
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 is testing process with QTP in organization
What is the difference between property and method?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Give me some real time point of way where exactly we can conduct audits?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance
how to retrive that the number of spaces are in a string ????
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks