shroti_kapartiwNew Contributor13 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 LikedAlexKarasChampion Level 113 years agoHi,What aboutif (not ((value >= data1) and (value <= data2))) then Log.Error('Value not in a range');?
AlexKarasChampion Level 113 years agoHi,What aboutif (not ((value >= data1) and (value <= data2))) then Log.Error('Value not in a range');?
Recent DiscussionsProcess "crashed" and test fails when closing the application in testName mapping goneTestComplete: Connect to Azure Cosmos DB
Related ContentOperating with TestCase propertiesObtaining Tooltip parametersObtain OAuth JWT Bearer Token Value.....Struggling.....