I have many listboxes in my application. I have to check
whether the contents inside the listboxes are in sorted
order or not..can anyone please send the code as early as
possible
No Answer is Posted For this Question
Be the First to Post Answer
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
Suppose U change the script whether it affect the object properties of the object in the object repository
What are test settings and global settings?
WHO TAKE DECISION TO RELEASE THE BUILD
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
Explain types of exception handling and script for that?
Explain in brief about the quicktest professional (qtp) automation object model?
Hi cud you plz answer my question.. what is the size of Object Repository?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases