As, I’m new to UiPath. I want to test bdd framework test cases in a test automation framework project. Suite setup like application open, login setup .,etc and I have to continue all test cases without opening that application again (desktop applications). Only one time I have to open application and initial steps , execute all test cases in that project.
Hey @Ragul_sharma,
There is an option to enforce execution order for test cases. please create a test set → define the execution order → and use opening of application in first test case, and closing of application in last test case.
Cheers!
Thank you so much. Is this procedure works for desktop applications bdd test cases(several test cases). What functionality should I use to continue the execution of bdd test cases without opening desktop applications again.
This process works irrespective of application type.
Please check out this documentation: Test Suite - Executing tests
Cheers!
Thank you!!! I want to know the option to go the active desktop application window without opening that application again in second bdd test case
Activity Use Application/Browser activity will automatically identify the application window based on selector. Please make sure the properties of Use Application / Browser activity - Open to (not open if already opened)
Cheers!