what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is difference between Recording time object identification and Run time (Execution) time.
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
What are the views available in quicktest professional?
What is the standard timing delay for web based application in qtp?
Tell me what type of scenarios can be automated?
How to recognise the webelement and verifying that webelement is enabled?
What different actions are performed by find and show button?
How software automation specialist enter steps in the Expert View?
What is the difference between verify and assert commands?
What are the recording modes in wave event?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How to interact tool & application build in QTP?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
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