There are times when we observe that, we are receiving 500 or 400 responses or any other response which was not expected one from our API endpoint. ...
There are some common ways to find locators that are used most of the time in UI Automation. I am listing some of them down so it will expedite the process...
This was a question asked to me in one of my automation interviews. I liked this question. It was a little bit different than the traditional ones. So...
This is another very common question. It can be done in one line through Java8.String myString = "This is for test automation questions";String distinctChar...
Recently, I faced an issue in our current automation where when we were typing string value through selenium webdriverIo setValue method, then after a...
Recently, I came across a scenario in UI Automation where I need to validate a particular warning text which appears when I bring focus to inside a text...