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 |
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
Explain about the Test Fusion Report of QTP ?
In qtp, explain what is crypt object
What are the advantages of Automation objects than Test Objects?
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
what r the main attributes of test automation?
What is the limitation to XML Checkpoints?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
Can we directly automate testscripts accrdoing to requirements? WHY ?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
in a web table , i want you to click a particular object inside cell
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework