This Blog gives good knowledge of core java concepts and selenium (Automation Testing Tool). It also includes some topics of MAVEN (Build Tool) , Jenkins (Continuous Integration Tool) and Cucumber (Behavior Driven Development)
Pages
▼
Pages
▼
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
Time pressure and deadlines
Late migration of components and DBs
Requirements getting changed in the middle
Patch migration without intimating
Less experienced resources
Large data in DB which increases the testing time
Third party intervention - when some orders are made, onsite guys have to approve the orders before Proceeding with next application
Defect rejection without even analysing the probs
Some defects which feels hardto recreate
Finding critical test data -misbehaviour of system for a few types of test data.
No comments:
Post a Comment