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 |
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
Difference between image checkpoint and bitmap checkpoint
How to test background color and dynamic images which are moving during runtime?
Hi All. Can you please explaing what is checkpoint? How it Will Work? what is meaning of "check checkpoint ("proprtname").how it will compate with expected value? Thanks in Advance............... Lakshmi
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "ETL TESTING" IS BEST OR NOT? BEFORE LEARNING ETL TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR ETL TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?PLS HELP ME REAL TIMERS IM REQESTING U..... CONTACT ME gan9000@gmail.com
What are advantages of test automation?
Explain QTP Testing process ?
How do we retrieve the content from a text box in a web page
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
How to associate shared object repository to test in qtp?