If I am scripting Web-based Surveys using QTP that open up
differently but at the exact same point require a username
and password can I automate that username and password for
all the surveys some how using QTP?
No Answer is Posted For this Question
Be the First to Post Answer
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
what is difference between calling a function and reusing an action?
Reverse string without mid or streverse function.
How to make arguments optional in a function?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
difference Between LowLevel and Normal Recording Modes?
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
Can we put more than one action in a single script???? yes or no.....
UFT 12.02 which ALM version will support
How to use transactions in qtp?
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one