i have some login credentials in a excel in which the mails can be same as follows ,in these condition if the mail is already done in previous transaction we need to compare the previous mail with present mail .
Note: if the mail is comparatively same in the website the process should continue if not log out the existing and log in with present mail.WITHOUT REMOVE DUPLICATION.
I AM USING EXCEL AS DATA TABLE.SO INEED ONLY ROW TO ROW COMAPRISION
Create a variable or argument and as for step compare if the mail in the variable and the currentmail is same or not…if same then continue if not logout and login again with current
After the comprision at the end save the currentmail to the variable.so that next iteration this mail is compared to next currentmail
SORRY, I’m not using for each I’m taking data from in transaction in reframe work in that I’m using excel as data table. Means I’m not using queues I’m using “system.data.datarow” as data type of transaction Item
i am also using Excel as Data table and i am unable to compare the previous mail with the current mail and how to assigin the perious mail to variable so tha we can compare with current one .
it will be more helpful if you share a test sequense.
yes bro ,
i am tring to use excel as a data table instead of using data from orchestrator:
more over i this the proces will be same as in REframework,i am using excel as data table for the first time if there are any mistakes corrcet me.
You can use anything…concept is same…save the row value at the last step so that that can be used in the next iteration before last step to compare and find