DIFFERENCE BETWEEN WR 8.2 & QTP 8.2?
HOW TO INTEGRATE WITH SOME OTHER TOOLS?
Answer / lokesh kanithi
QTP is best suited for Web applications & it supports
different environments like
peoplesofe,Mainframes..SAP,...We can have more number of
Check points...To capture dynamic images...
In QTP u will have the option to check ALLOW OTHER MERCURY
INTERACTIVE TOOLS TO B CONNECTED in the welcome screen or
Test settings dialog box.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Web Table?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Can we directly automate test script according to requirements?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
how to test background color and dynamic images during runtime
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
i've installed qtp9.2 on Windows 7. Recording and everything no problem. But when i am saving the test, it is not happening. it says 'general error while saving'. But teh test is getting saved but as a folder with lock icon. When i wanted to open it, it is jst showing as a locked folder but not as a test. Somebody help me out plz
How comfortable are you in VB scripting?
what is regular expression how will you implement it?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
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...