Text
How to run test on Appium and SeleniumWebDriver with Android phone
How to run test on Appium and SeleniumWebDriver with Android phone
the test demo code is here
Following is the brief step of how to establish the test.
Make sure the “developer mode” of the Android device is turn on and “ADB” connection is established.
Use “Adb devices” in the cmd to check the device name and replace it in the code.
Download the “Appium”
Execute the test via Eclipse editor.
Any…
View On WordPress
0 notes
Text
what's different between white-box, grey-box and black-box testing
what’s different between white-box, grey-box and black-box testing
There are three big areas in this topic: white-box testing, grey-box testing and black-box testing, and i would provide brief overview of how to perform manual testing and automation testing in each of the area.
white-box testing:
In a project phase where tester has full access to all the source code in the repository like Git, SVN and Perforce…etc
Automation test method: To implement unit test…
View On WordPress
0 notes