How we can capture the dynamic object ex:(rotating globe) in
the web page with time gaph is 5 sec..
Answer Posted / sudhakar
We can choose Descriptive Programing to capture the dynamic
object in the webpage as well as stand alone program.
Syntax would be :
Brower("Property Name:=Property value".Page("Property
Name:=Property value").Objectiveclass.Exist(5)
Please let me know if i am wrong.
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How many ways we can parameterize data in quicktest professional?
Suppose I want fail that check point? How can you do that?
Hi All, How to get repeated word in string . Thanks Balaji
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What is the descriptive programming?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is quick test pro? What is a quick test professional?
What is environment variable in qtp and why to use it?
What are the check points can be inserted without recording?
What are the features of quick test pro(qtp)?
Describe synchronization point.
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
How to handle the exceptions using recovery secnario manager in quicktest professional?
What is an object repository?