What is testcase design document?what are the security testing done in web based projects?what are the security tools are used in web based projects?what types of testing u used to do in web based projects?what is scalability testing?

Showing Answers 1 - 2 of 2 Answers

Ramkumar

  • Mar 2nd, 2006
 

Hi,

A test case design document is in which we will write test cases for each and every unit to check the functionality of every req.

Generally it will have TCNo,Module No,Ref No,Test Input,Test Data,Test.Expected ,Remarks,Priority.

Whereas security testing for web based applns. is to chk for password encryptions and we shld do I18N Testing whoch we generally follow for security testing.

For web based projects we will chkl for mainly functionality testing,gui testing,brokenlinks,url chkng...

Please tell me if any corrections are there

  Was this answer useful?  Yes

sri

  • Nov 16th, 2006
 

Scalability testing:

It is done to determine whether ur application scales for work load growth.Suppose if ur company expects some load increase in next few months then u need to increase ur server performance and shorten request processing time to better serve visitors.In this case u need to upgrade the server hardware by increasing CPU frequency and adding more RAM.and u can increase the request performance by changing server software by repalcing text file data storages to SQL Server databases.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions