How many test scripts are prapare in ur project(HeathCare
Insurance).
Answer / ramm
we cant say the exact no.because of the scripts are depends on the functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
what type of application we can select for automation testing and what is the entry criteria for automation
What are Add-ins availble in licensed version QTP8.2
OPening of notedpad in QTP to write and execute the coding?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
In qtp is it possible to check broken links of a page?
What is a quick test professional?
How to Import data from a ".xls" file to Data table during Runtime.
Difference between object identification and smart identification
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...?
How do u use Database checkpoints and what are the use?