what is delay in QTP?
Answers were Sorted based on User's Feedback
I think ur asking about synchrinization point ...okay..the
default object synchornization point timeout is 20
seconds..with in the 20 seconds objects was not
recoginized ..qtp gives error message...like object not
found..we can increase the synchorization timeout..
plz raise a question with detaild explaniation..it will be
more helpfull others and u also..
| Is This Answer Correct ? | 5 Yes | 0 No |
how qtp will recognise if application is run on many browsers
Tell me the situations where we will use Data Driven?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
What is the use of sendkeys and what are send keys
is it possible to operate(on/off)the capslock using qtp
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
What are different types of frame works ?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Can we call a parameter from an action to other action?
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.
What is descriptive.create () in QTP?