How we can call the scripit from another scripit in
QTP?,Not a call Action
Answer Posted / micky
Pavithra is absolutely correct.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
What is parameter in qtp?
Explain different recording modes?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How qtp identifies 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
how interviews will be on QTP?
what type of automation is follwed in the project?
what type of framework u r using in ur organization
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is the use of ordinal identifier in qtp?
what testplan contents and what test strategy contents,what is the diff b/w them
How to handle the exceptions using recovery secnario manager in quicktest professional?