Featured
-
No Featured Found!
Tags
Different tools used for Mobile testing?
There are several tools available in the market which can aid in testing of a mobile application:-
1. QTP a.k.a. Quick Test Professional.
2. Infostrech automation framework integrated with TestNG , Selenium.
3. Calabash - Functional testing to...
org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: Screen did not u...
I tried to run the below piece code and getting the error Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created.
public class TestCaller {
public static AppiumDriver driver;
...