what is the difference between data table and spread sheet?
Answer Posted / rajani
Data Table is internal to QTP.
spread sheet is external to QTP.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What phases are involved in testing an application in qtp?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
what is profile tool?
How to interact tool & application build in QTP?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Explain the terms test and business component?
How many types of parameters are available in quicktest professional (qtp)?
What is the difference between a Function and Procedure in QTP?
Does Low-level recording capture mouse movements?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to call a test from another test?
What is environment variable in qtp and why to use it?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
why you have standardized functions? plzzz guys with real time exp. do answer
How to analyzing test results using quicktest professional?