1.

What Are The Prereqs For Building A Selenium Cucumber Automation Framework?

Answer»

You might like to consider the following facts while creating a productive and scalable test FRAMEWORK.

  1. Identify the type of application you are going to test. Is it a Web app, support MOBILE devices or runs on a desktop.
  2. Would it require BACKEND testing? e.g. Databases or SDK.
  3. Decide on the input format. Is it static or dynamic?
  4. Do you need to test the app for internationalization?
  5. It must have a report which can help you trace a FAILURE with minimum efforts.
  6. It must support auto-generation of parametrization tests.
  7. Have a config file to define any setup related settings or the global PROPERTIES.
  8. Apply abstraction at every level to separate the functionality.

You might like to consider the following facts while creating a productive and scalable test framework.



Discussion

No Comment Found