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 |
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
X=10,Y=20 you need to swap the numbers without using a third variable?
What is the "Release Notes", what it cosists? Key components in Release Notes ?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
What are the differences between quicktest professional and winrunner?
how can i prepare for QTP(8.2) to face interview ? give over view details?
How do you start automating/ writing your QTP scripts ?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
What are test settings and global settings?
What is the Automation Process followed in your company?
what is the difference between wait and wait function
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.