why we use sendkey method in qtp?
Answers were Sorted based on User's Feedback
Answer / aditya
Using sendkey method we can do all the keyboard functions in qtp.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sangeethakv
When we use Set method it is like copy pasting ie, input the complete string. In Send Keys its like when we input manually through keyboard pressing each keys. Some web application has the drop down list where only Set method does not work but send keys method does during automating the operation on those objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
what is L-trim function will do?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
How do you test DLL files using automation Tool QTP?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
Object repositories types, which and when to use?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
how i can get the value of label box , please any body tell me script of that code
How to carry out bit map check points in QTP
4. How u will open the build automatically in QTP except using Systemutil.run command
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?