Is there any way to convert a junir testcase into a html testcase in selenium

StackOverflow https://stackoverflow.com/questions/21700106

  •  09-10-2022
  •  | 
  •  

Question

I export testcase as j unit and i made some changes.then again i want to convert the j unit as a testcase to open in IDE is there any way to do that thanks in advance.

Était-ce utile?

La solution

I do not think it is possible to convert junit or any other framework testcase back to HTML format but it is possible to convert HTML testcases to other frameworks.

1.Open Selenium IDE, go to options and then options again.
2.At the bottom click on the option: Enable experimental features.
(This allows you to convert your recorded testcases to any other format.)
3.Go to selenium IDE and choose options again and check under format.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top