Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to build logic around a checkpoint
#1
Hi:

Is it possible to include a checkpoint in a logical condition like If...Then? What would be the syntax? Example?

Thanks.
Reply
#2
Code:
Dim x, y x = 12 y = 11 If x>y Then Browser("xxx").Page("yyy").Frame("zzz").Check CheckPoint("c1") Else Browser("xxx").Page("yyy").Frame("zzz").WebElement("Delete").Check CheckPoint("c2") End If
I am not sure if this is the one you are looking for.if no Please let me know the requirement in detail.

Regards
Kishore
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need a logic in array - QTP surestud 4 3,898 08-20-2015, 02:47 PM
Last Post: cuongtv
  VB Script logic Suma Parimal 3 3,347 03-24-2014, 12:56 AM
Last Post: supputuri
  Logic to add numbers in caliculator using descriptive programming, srinivassure 1 3,520 02-08-2011, 03:33 AM
Last Post: Ankur
  Problem in identifying the menu which is build using component art shamak 0 2,659 01-10-2011, 04:43 PM
Last Post: shamak
Wink standard checkpoint and text checkpoint kiran10_rm 1 5,965 11-18-2010, 05:16 AM
Last Post: nandu

Forum Jump:


Users browsing this thread: 1 Guest(s)