Answer Posted / sreeprasad
No,becse 8.2 is the advansed version(add some additional
properties) of 7.0.so,we run the scripts of qtp 7.0 in qtp 8.2
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
On what document base Descriptive programming is written if build is not yet ready ?
What do you mean by iteration?
What are the different kinds of test steps?
Describe function procedure in vbscript.
when will you do debug your script? and explain that process?
assume i have few url link how will i dynamically call then using descriptive programming?
How can get count of list box?
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 are the 3 main stages involved in testing with qtp?
Is it possible to use two instances of UFT on the same machine? If not why?
when a test case is written how u test using qtp
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is debugging? How you debug your script?
How can you send user defined messages to test report?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.