Google News
logo
Selenium - Interview Questions
Can you mention the challenges you face when handling the Ajax calls in Selenium Web driver?
The following are the challenges we face while handling the AJAX calls :
 
* Pause command in Ajax calls is not conventional and reliable in handling. Long pauses do cause the test case execution increases the time of execution. We can use the waitForCondition instead to test the AJAX applications.

* Assessing the risk associated with these applications is difficult.

* Encoding and Serialization in the AJAX applications make it difficult in developing the automation test case scenarios.
Advertisement