shroti_kapartiwNew Contributor12 years agoHow to verify filter result obtained by using between operatori want to verify filter result obtained by using between operator. The value must be >= data1 and must be <= data2.Can i use "aqObject.CompareProperty" for above scenario.Any other solution
1 ReplyReplies sorted by Most LikedAlexKarasCommunity Hero12 years agoHi,What aboutif (not ((value >= data1) and (value <= data2))) then Log.Error('Value not in a range');?
AlexKarasCommunity Hero12 years agoHi,What aboutif (not ((value >= data1) and (value <= data2))) then Log.Error('Value not in a range');?
Recent DiscussionsAndroid execution and object capture is slow.Is there a way to disable the usage of the tcMSVCHook.dll?Is there any way to increase the amount of line on my screen?
Related ContentObtaining Tooltip parametersOperating with TestCase propertiesObtain OAuth JWT Bearer Token Value.....Struggling.....