A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Here are some best practices to follow when you are working on the Test cases screen.

  1. Deactivate the projects that are not in use anymore. This will reduce the performance issues facing when logging on to Qualitia Automation Studio.
  2. Define nomenclature (naming convention) before starting any development. For example:
    1. How user should name the objects to identify similar objects with different properties on different pages.
    2. Give comprehensive names or ids to the test cases making it easily understandable for other users.
    3. Create tasks if same set of steps is being used multiple times without any change. This would be very helpful as same task can be used in multiple situations and the user should be able to judge the task flow by the name of the task.
  3. While identifying objects with object spy, it is always better to keep the object spy IE window open. This comes in handy when the user is developing the test case and comes across object that is not added to the repository. Instead of switching tabs and adding objects manually, user can use the existing open instance of object spy and add objects instantly.
  4. Try dividing the complete test case in tasks as this would increase re-usability / modularity and also reduce development time of subsequent test cases.
  5. With multiple user scenario always use centralized repository (SVN) however, avoid manual check-in / check-out of any XML files.
  6. Always implement error handling flags on important and critical tasks under test case and apply the same concept for test suites as well.
  7. Qualitia supports multiple ways for execution of testcases. Try and implement any of the method instead of doing online executions.
  8. Define ‘ResultPath’ as shared path so that all users connecting to Qualitia can access all execution reports.
  • No labels