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 does Reporter.Reortevent2 does?
How you know that a test case is a regression test case
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
what are the attributes of QTP?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
can we create recorset with out using database connection in vbscript?
what is the advantages and disadvantages of using functions instead of re usable actions
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
What is quick test pro? What is a quick test professional?