09-07-2011, 02:36 AM
Hi,
Normally If I click next Sync page it will show the result page in the active screen.Then I will use stand check point to Assert the result.
Like this,
Now My Problmatic code is,
My Code is,
Here If I click next to Sync I am not ableto see anything in my active screen.Actually I am using url string arguments for Page_10.
Like this,
I must have to get this in the Active screen.Then I need to assert by using stand Check point?
What is the problem.
It is little urgent.
Any help?
Thanks,
Uma
Normally If I click next Sync page it will show the result page in the active screen.Then I will use stand check point to Assert the result.
Like this,
Code:
Browser("name:="&result").Page("url:="&url1).Sync
Browser("name:="&result").Page("url:="&url1).WebElement("outerhtml:="&webel).Check CheckPoint("0")
Now My Problmatic code is,
My Code is,
Code:
Browser("RETS(.*)").Page("RETs(.*)").WebList("name:=Type").Select Res
Browser("RETS(.*)").Page("RETs(.*)").WebList("name:=Format").Select Format1
Browser("RETS(.*)").Page("RETS(.*)").WebButton("name:=GetMetadata").Click
Browser("RETS(.*)".Page("Page_10").Sync
Here If I click next to Sync I am not ableto see anything in my active screen.Actually I am using url string arguments for Page_10.
Like this,
Code:
Browser("RETS(.*)".Page("url:=&url").Sync
What is the problem.
It is little urgent.
Any help?
Thanks,
Uma