Posts: 189
Threads: 0
Joined: Jul 2009
Reputation:
1
03-24-2011, 12:03 PM
Hi Lokesh,
Check the properties of "CreateNewBody" which is your Frame object. It seems the properties of this object are dynamic. Try to get unique properties for identification of this object or use Regular Expression.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
03-24-2011, 12:40 PM
Lokesh -
Here are few questions,
1. The same object which would pass at the first time would fail at different other pages? or fails at different test runs?
2. When it errors out, if you highlight the object, it still highlights right? Thats what you have said, i am trying to confirm it.
3. Are there more than one web page which opens up during this erroring out phase ?
This could be a sync issue, would you mind inserting a wait or sync before you select the radio button?
If it is the issue with time sync then we will work further to see how we can negate it.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 4
Threads: 2
Joined: Mar 2011
Reputation:
0
03-24-2011, 12:57 PM
Basanth
Please find the answers below:
1. The same object which would pass at the first time would fail at different other pages? or fails at different test runs?
<Lokesh>Fails at different test runs.
2. When it errors out, if you highlight the object, it still highlights right? Thats what you have said, i am trying to confirm it.
<Lokesh> Yes it highlights correctly
3. Are there more than one web page which opens up during this erroring out phase ?
<Lokesh> No the frame is in this page only.
This could be a sync issue, would you mind inserting a wait or sync before you select the radio button?
<Lokesh> I have also tried using Sync and wait but still find this issue.
If it is the issue with time sync then we will work further to see how we can negate it.
Thanks for quick response.
Lokesh
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
03-24-2011, 01:50 PM
Ah..this is a puzzle. Well, lets break it down to the miniscule to identify the issue.
A bunch of things which i would try,
Case 1:
Code:
oCheckExist = Object.WebradioGroup().Exist
msgbox oCheckExist
Here is what i want you to do,
1. Use a screen recorder to record the whole scenario. Begin the execution and record both the pass and the fail scenario. We need to find the difference. Is it possible for you to upload that movie recorded as an attachment?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.