Manually getting failed but in selenium web page is getting passed | Selenium Forum
D
Deepak Posted on 15/04/2019

When i execute a test case manually it is getting failed, but the same is getting passed i mean when i click on a search button it is not redirecting me to next page,however, in selenium when clikced on search button it is redirected to next step as expected.

 Attached screenshot document both manual and automation.


A
Ashish Thakur Replied on 16/04/2019

Your screenshots are telling me the different thing.

 

After analyzing, I see that your search is not reflecting any data in case of Automated search.

You may need to change the XPath you're using.