Skip to content

An implementation of a test scenario covering the test of a Contact Us demo page. Testing performed in Firefox browser. Code implemented in Eclipse using Selenium WebDriver. The results of the automated test are saved into an Excel file that contains a test scenario and test cases.

Notifications You must be signed in to change notification settings

akmaz/ContactUsPage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

ContactUsPage

An implementation of a test scenario covering the test of a Contact Us demo page. Testing performed in Firefox browser. Code implemented in Eclipse using Selenium WebDriver. The results of the automated test are saved into an Excel file that contains a test scenario and test cases.

Prerequisites

To run the project, you will need:

  • JDK 8 - you can download here
  • Eclipse - you can download here.
  • Selenium WebDriver - used version 3.141.59. You can download here.
  • Apache POI - used version 4.1.0. You can download here.
  • Gecko Driver - It's already added to the project in the /libs folder, but for your own purposes you can download here.

Running the test

In order to perfom the testing, run main/TestScript.java file. It handles individual test cases located in the /testcases package.

Address of a website being tested: http://automationpractice.com/index.php?controller=contact

Screenshot of a wesbite being tested: alt text

Sample screenshots of the Excel file: ContactUsPage/images/ alt text alt text

Acknowledgments

About

An implementation of a test scenario covering the test of a Contact Us demo page. Testing performed in Firefox browser. Code implemented in Eclipse using Selenium WebDriver. The results of the automated test are saved into an Excel file that contains a test scenario and test cases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages