Answer Posted / venu
Even if U don’t specify CALL keyword & just write this way:
FunctionName (Parameter1, Parameter2,….)
This will call the required function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the file extension of the code file and object repository file in QTP?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
What is the limitation to XML Checkpoints?
write the vb script for call to new action in qtp?
What are the different types of checkpoints?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Explain how qtp identifies objects?
give me an example where u used good judgement and logic in solving a problem
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
what is the difference between development and testing
Why we load add-ins in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
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