I have recorded a test over web application(with IE6.0)
in analog mode. But, while running it my test gets failed.
Why? (Note: my systray has 3 open web applications)
Answer / sreeprasad
QTP provides an option to enter the url on which you are
going to run the script. If u dont provide this, the script
might NOT recognize the url as u've saind u opened 3 IE
windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data driven testing in QTP?
How to check feasibility of the appliction?in automation testing?
What are the enhancements u did after recording ur script?
What is an optional step in qtp ?
How should I get results when I run scripts in a Batch mode
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
What are the differences between quicktest professional and winrunner?
how many types of actions r there? what r they? explain? pls give any one answer?
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...
Hi, how can we check or avoid the memory leakage in QTP9.2?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?