need clear explanation of actions and functions in qtp with
examples?can anyone suggest me gud site for that other than
qtp manual?
Answers were Sorted based on User's Feedback
Answer / chandu
for functions in VBScripting..
u see www.w3schools.com here u'll get all builtin functions
in QTP
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
Action have their own object repository & Datatable
But function is a vb script programming concept & do not have their own object repository and Datatable.
Is This Answer Correct ? | 0 Yes | 0 No |
What is Object Spy in QTP?
Have you used xml check point in your project?
Plz explain about Virtual object? What is the situation u r using , explain with example?
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
With out using the task manager,how to close the application using vbscript and what is the statement?
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 do you start automating/ writing your QTP scripts ?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
what is action in QTP?
how to test load test and block box testing an a web based application pls give ans briefly
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?