1/06/2016
1/05/2016
1/04/2016
1/01/2016
Dropdown List
HTML code
<select id="dropdown"> <option disabled="disabled" selected="selected" value="">Please select an option</option> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option> </select>
Subscribe to:
Posts (Atom)
Visual Studio Code, WebdriverIO, JavaScript and Chrome - cucumber html test report
Apart Allure test report we can use Cucumber test report in html format. We will follow this instructions . 1. Install wdio-cucumberjs-js...
-
Let's leave Netbeans IDE to Java and start using lightweight Visual Studio Code for JavaScript test automation. Preconditions: Node...
-
Now we will use selenium-webdriver and Cucumber.js for end-to-end testing for the same test scenario . (Be aware: selenium-webdriver and ...
-
In this post earlier we set up NetBeans IDE for Selenium test automation without any testing framework and we had to download selenium serv...