Friday, 10 July 2015

Selenium WebDriver and Project Challenges

Selenium WebDriver Challenges 


  • Dealing with pop-up windows
  • Testing dynamic text or content
  • How to go about testing Flash
  • Capturing screen shots, either to file or in some form of report
  • Iteration of the test case, running it repeatedly with some minor change
  • Data Driven Testing, using suites of pre-cooked data or generating it on the fly
  • Generating useful test status reports
  • Configuring Node
  • Setting up Grid
  • Handling Alerts Popups
  • Switching between windows
  • Working with Nested frames.
  • Field validation
  • How to identify dynamic objects.
  • Xpath and CSS locators for identifying elements.
  • File Upload/Download Using : Java-AutoIT-Selenium
  • Handling Multiple Popup Windows.
  • Switching with multiple Windows

Projects Challenges 

  1. Time pressure and deadlines
  2. Late migration of components and DBs
  3. Requirements getting changed in the middle
  4. Patch migration without intimating
  5. Less experienced resources
  6. Large data in DB which increases the testing time
  7. Third party intervention - when some orders are made, onsite guys have to approve the orders before Proceeding with next application
  8. Defect rejection without even analysing the probs
  9. Some defects which feels hardto recreate
  10. Finding critical test data -misbehaviour of system for a few types of test data.
  11. Bugs closing taking its max time
  12. n/w unavailability

No comments:

Post a Comment