I open login gmail page after that QTP is not able to
identify the object present in it then what u will do
Answer Posted / kotike
The browser should be IE.
onece you record the login page.Need to regularize the frame
logical name.Because each time execute the script the frame
id will changing dynamically.
ex: Browser().Page().Frame("c.*").WebTextBox.set "dfdfdf"
regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain the concept of object repository and how qtp recognises objects?
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
What is the use of text output value in quicktest professional?
How to import a test case present in ".xls" file to TD under a Test set?
How can you pass value one action to another action?
How many tabs are available in debug viewer pane?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What test you perform mostly? Regression or retesting in your testing process?
Is it possible to use two instances of UFT on the same machine? If not why?
what is the hierarchy to use properties in descriptive programming
Describe function procedure in vbscript.
How the exception handling can be done using quicktest professional (qtp)?
How many lines of code in each script of QTP?
What are test settings and global settings?
whare exactly we have to use functions and sub routain