0% found this document useful (0 votes)
234 views1 page

Software Testing Lab Syllabus

The document outlines software testing tasks including writing requirements, test cases, and metrics for various protocols. It also describes automating test cases for features of the actiTime application using Selenium and comparing manual vs automated testing times. Students may be asked to do manual testing of algorithms like matrix multiplication, sorting, linked lists, and trees.

Uploaded by

PrateekMandi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
234 views1 page

Software Testing Lab Syllabus

The document outlines software testing tasks including writing requirements, test cases, and metrics for various protocols. It also describes automating test cases for features of the actiTime application using Selenium and comparing manual vs automated testing times. Students may be asked to do manual testing of algorithms like matrix multiplication, sorting, linked lists, and trees.

Uploaded by

PrateekMandi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SOFTWARE PRACTICE AND TESTING

1. Write the CRS, SRS, Test Cases and RTM for LOCK / PEN
2. Derive the functional test cases from the specification of a protocols SMTP and TCP. Use the test
cases to test an actual implementation from the Open Source. Collect the different metrics from the test
execution.
3. Derive the functional test cases from the specification of a protocol like POP3 and IMAP. Use the test
cases to test an actual implementation from the Open Source. Collect the different metrics from the test
execution.
4. Write the test cases to test the following features of actiTime application. Automate the test cases
using Selenium tool. Execute the test cases from the tool and manually. See the difference in time
taken.
1. Login
2. Tasks
3. Users
5. Write the test cases to test the following features of actiTime application. Automate the test cases
using Selenium tool. Execute the test cases from the tool and manually. See the difference in time
taken.
1. Login
2. Time-Track
3. My Account

6. Automate the testing of any two modules of actiTime using Selenium - RC


7. Perform the testing of any two modules of actiTime using Selenium-Automation-Framework.
8. Perform Security testing of the actiTIME web application.

Faculty may instruct the students to perform manual testing for the following problems

Matrix Multiplication
Sorting of Numbers
Linked List
Tree

You might also like