06-17-2008, 10:41 PM
Hi,
I have read relevant posts on this topic in this forum, but none of them had any detailed information about it, hence posting a new thread.
I have recorded test using QTP 9.5 in IE
and I want to run it in Firefox 2.0
I am not able to do so, I am getting error at the first line itself..
My code looks like this:
and I am getting a run error as:
Cannot find the "question" object's parent "Fidelity Investments:_3" (class Browser).
Verify that parent properties match an object currently displayed in your application.
Line (1):
I tried hard to find solution on this, but no luck yet.
If you could help me with this it would be very great...
I have read people being able to run test cases on QTP 9.5 using FF2.0 but havent been able to do so myself
Any help is appreciated
thanks
I have read relevant posts on this topic in this forum, but none of them had any detailed information about it, hence posting a new thread.
I have recorded test using QTP 9.5 in IE
and I want to run it in Firefox 2.0
I am not able to do so, I am getting error at the first line itself..
My code looks like this:
Code:
Browser("FidelityInvestments:_3").Page("FidelityInvestments:").WebEdit("question").Set "mutual funds"
and I am getting a run error as:
Cannot find the "question" object's parent "Fidelity Investments:_3" (class Browser).
Verify that parent properties match an object currently displayed in your application.
Line (1):
Code:
"Browser("Fidelity Investments:_3").Page("Fidelity Investments:").WebEdit("question").Set "mutual funds"".
I tried hard to find solution on this, but no luck yet.
If you could help me with this it would be very great...
I have read people being able to run test cases on QTP 9.5 using FF2.0 but havent been able to do so myself
Any help is appreciated
thanks