I’m having N no of test cases to execute in desktop application. It is difficult to create seperate test cases using BDD approach by opening test cases using BDD Template for n number of scenarios.
Is there any other approach that my desktop application is opened once and all my test cases are executed. Is there any approach to handle this?
My test cases are related to desktop application testing. First it should open the desktop application after that it should all the test cases , results to be published. After that desktop application should close. Is there any other framework to approach and test cases creation to solve.
Solidworks model export using plugin Ui. There we have no of functionalities. Open a model in solidworks, click that plugin , plugin will open and select the functionalities like category mapping, exclude functionalities and export the model. This is the work flow and I have to test each functionality in that plugin. So for that I need create each test case based on functionality. Instead of creating each bdd test case any other approach available