1.

What are some of the prerequisites that you should consider while building a Selenium Cucumber automation application?

Answer»

We consider the following before building a SELENIUM Cucumber automation application:-

  • DETERMINE the type of application you'll be TESTING. Is it a Web app, a mobile app, or a DESKTOP application?
  • Is there a need for backend testing? Databases or SDKs, for example.
  • Is it necessary to run the app through an internationalization test?
  • It must include a report that allows you to track down a problem with minimal effort.
  • It must be able to generate parametrization tests automatically.
  • Any setup-related SETTINGS or global attributes should be defined in a config file.
  • To segregate the functionality, use abstraction at every level.


Discussion

No Comment Found