How to test this?

AP Invoice.zip (4.4 MB)

test case

  1. 3 emails ( read all )
  2. 3 emails (read only 1)
  3. 3 emails (unread all)

once the robot is run incoming emails will be coming in so the first point 3 emails comin in straight and it has to save the attachment from the email to the respective folder.

Hello @Venusha_Sree ,

To which folders attachment needs to be saved ? Can you explain a bit about your use case.

RAW DATA folder i have attached the workflow can have a look in there

Hi @Venusha_Sree ,
Sorry your requirement is very unclear. Can you please elaborate more!

Thanks & Regards,
Shubham Dutta

so the workflow that i have attached is when the robot starts running it will receive emails which read emails from outlook and in that email there will be attachments so that attachments should go in the folder that has been assigned . So now i have to test the robot by the following conditions. The first robot has to read all the emails coming in at one time for example if there is 3 or more coming in at same time it has to read all and save all the attachments in the respective folders . Basically the attachments has been assigned to be save in date and time folder so all the attachments will be save in the folder based on receiving date and time of email
and the second one is to read only one which means the latest email among all the incoming emails on that day let say if 5 emails coming in at one time then it should read the latest timing
the third one is none has been read by the robot
so my question is how to set this condition in robot so that i can test each point