Skip to content

postmart/selenium_qa_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####This is a quick sample for QA test case.

Test case template is available here:

test_cases
   └── SearchTestTemplate.xls

Auto test sample for this test case is available at:

tests
  └──── SearchMainPage.py

Web browser to test with can be specified in base/TestSettings.py file.

Reports are generated in reports folder:

reports
  └── SearchPage.html

Requirements

  • selenium
  • phantomjs (optional, if headless browser support is needed)
  • page_objects

Run pip install -r requirements.txt to install dependencies (selenium and page_objects).

To download phantomjs, visit: http://phantomjs.org/download.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published