how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / reddy siva saran
Hi,can any one tell how to call vbscripts in QTP
MY MAIL ID IS sivasaran558@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does QTP identify an object?
What are the different types of recording modes in qtp? Which will be used when?
How do you convert manual test cases to automated test cases?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
How QTP support all types of applications (platforms)?
when a test case is written how u test using qtp
Shall we add Local Repository to shared object repository,if yes,how we add
How to break the object spy ?
Explain the concept of object repository & how qtp recognizes objects?
Explain calling sub procedure.
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
write script for bitmap image?
What is the Command used to start the QTP
Have you used xml check point in your project? How?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance