Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CheckPoint
#4
Not Solved
Hi,

You can do that programmatically as well.
Here we go.

Code:
Login_Status=Browser("WisdomLogin").Page("WisdomLogin").WebElement("Login Failure.").GetROProperty("Innertext")

If (Instr(1,Login_Status,"Login Failure")>0) Then
     Msgbox "PASS...Required Text String exist"
Else  
     Msgbox "FAIL...Required Text String not exist"
End if
Reply


Messages In This Thread
CheckPoint - by mv8167 - 04-20-2011, 12:31 AM
RE: CheckPoint - by manishbhalshankar - 04-20-2011, 09:33 AM
RE: CheckPoint - by mv8167 - 04-21-2011, 06:54 PM
RE: CheckPoint - by sreekanth chilam - 04-21-2011, 07:05 PM
RE: CheckPoint - by mv8167 - 04-21-2011, 09:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,172 11-18-2010, 05:16 AM
Last Post: nandu
  fullscreen and bitmap checkpoint error "Cannot create bitmap checkpoint" meuline 2 4,605 12-10-2009, 09:17 PM
Last Post: meuline
  Checkpoint problems: Checkpoint starts before web page is loaded & therefore fails! IdontGetIt 1 3,787 11-20-2009, 11:45 AM
Last Post: basanth27
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 7 8,314 04-02-2009, 11:05 AM
Last Post: nandu
  Not able to add any other Checkpoint apart from Standard Checkpoint Rachna 0 1,623 03-26-2009, 03:14 PM
Last Post: Rachna

Forum Jump:


Users browsing this thread: 1 Guest(s)