How u will do versioning in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
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
Both static and dynamic arrays are handled by the vb script. Is it true?
Explain about the Test Fusion Report of QTP?
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
What is the difference between functions and actions in QTP?
Shall we add Local Repository to shared object repository,if yes,how we add
What are the steps involved in recovery scenario wizard?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How many types of object repository in qtp?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..