How many types of object repository in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this?
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
Can you do more than just capture and playback?
images are dynamically changes how to compare two images with out using the bitmap
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
what is spy, and how can u use?
What is Unicode Compatibility?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
what is the difference between testing and debugging?
Explain about the quicktest professional (qtp) automation object model?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
By using QTP, How do you test a frame in a web page?