Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 917 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 917 Bytes

SWTProject

Software Testing project

Project title

Automatic testing of complex web application using Selenium framework

Names of team members

  • Xiangkun Dai (xd863)
  • Guangyu Lin (gl8429)

Brief description of proposed work

In automatic testing of complex Web applications, it will produce a large number of redundant test scripts, and the flexible management and call test is unavoidable demand because of the complex test scenarios. In this project, we will stratify open source Web automated testing framework Selenium logically in order to increase the reusability and maintainability of test scripts. Through this project, we will learn the skills and key principles of implementation.

Brief description of related work that you are aware of

  1. Configuration of development environment.
  2. Get familiar with Selenium testing framework.
  3. Implementation of test cases and invocation of test tasks.