Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Check if a value lies in a range
Check if a value lies in a range [message #988250] Thu, 29 November 2012 06:12 Go to next message
Yashveer Rana is currently offline Yashveer RanaFriend
Messages: 15
Registered: November 2012
Junior Member
Say i have two fields which define upper ( Field A) and lower ( Field B) ranges for a third field C.

Using ub_ctx_storeValue action, i saved the values in 2 parameters

Param1 = Field A
Param2 = Field B

Now how do i check in jubula if the value in field C lies between param1 and param2 ?
Logically speaking, i need to evaluate the expression

Param2 < Value of C < Param1
Re: Check if a value lies in a range [message #988979 is a reply to message #988250] Tue, 04 December 2012 07:10 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

There are actions on the "Application" component that let you compare values "Check String Values" and "Check Numeric Values". They should help Smile

Best regards,
Alex
Previous Topic:Unable to run maven in root of checkout
Next Topic: Jubula UI Tests with multiple developers
Goto Forum:
  


Current Time: Thu Apr 25 22:44:17 GMT 2024

Powered by FUDForum. Page generated in 0.03001 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top