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 |
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
Which Databases supports for QTP?
How do you delete unwanted results in qtp?
If some requirements r changed during the testing process ,then how can u handle this in frame work?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
What is quick test pro?
how to get column count in datatable
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is keyword driven framework, what is "key" in It.