Thursday, August 7, 2008

Methodology of the project

To automate the QA, first we want to do the manual test. When we are doing the manual test at first time we want to record that test to automate the system. If we are not using an automated testing, QA want to do the manual testing each time. Here we record the first manual test to web interface using Selenium IDE, which runs on Firefox browser as an extension .This manual test can be saved and thus it could be used in later test, by just running on the same application .Also these tests can be saved in different formats to be used for different test environments, such as Java, PHP. Then we have to different ways to run these saved tests.

1. Using Selenium Core

2. Using Selenium RC

We can store these test scripts in depository server (eg: SVN). Our automating system should be find these scripts and run automatically at define time period. So we can make sure that there are no bugs which we find earlier.


Project Architecture and Description




No comments: