Testing reframework

I am testing a xaml of login so it has send emails when errors then what to do should i keep them or how, During debug does it send mails or not and store log files or create folders and should i comment them or not needed and during debug run current test case means running entrie project.

Duplicate of:

Hi @Abhi5

  • Yes, during Debug UiPath sends emails, writes logs, and creates folders exactly like a normal run.
  • You do not need to comment the email activities.
  • Best practice is to use a debug flag and skip emails/external actions while debugging, or send them to a test mailbox.
  • Run Current Test Case runs only that test case, not the entire project.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.