Click here to Skip to main content
15,908,776 members

Comments by Member 15289910 (Top 6 by date)

Member 15289910 3-Aug-21 1:26am View    
these values are then used in another screen and hence it needs to be unique.So sum it up:
Screen1 : Enter all the inputs which includes the values for the unique fields
and save the values
Screen2 : I navigate to this screen and select the field which has unique value.
So everytime i make a selection of the field in this screen the value should be unique which comes from Screen 1 hope iam clear
Member 15289910 2-Aug-21 6:52am View    
iAM automating an applicaiton . I have a Add Screen where i need to add the Values and in that screen there are 2 fields where the values that needs to be entered should be unique. So in this Case when i run the script everytime i need to enter unique values for those 2 fields.This is the test case and wanted to KNow how to iterate the loop to get a unique value each time i run the script.Hope iam clear
Member 15289910 2-Aug-21 4:33am View    
In my application there are 2 fields which need to have unique value.So i enter all the values in the screen and save and then next time when the script runs the two fields need to have unique value.For now what i have thought is to take a list of webelement of both the fields and then increment the value by 1 .... but incrementing part is where the confusion lies...is there any other link which you know i could refer to get easier solution
Member 15289910 2-Aug-21 4:17am View    
thanks for the response ...is there any other way which is easier
Member 15289910 22-Jul-21 0:29am View    
thank you