GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Software Testing

 Print  |  
Question:  1.How to estimate test effort?
2.How to test server without client?
3.If their is less time for testing How do test plan the application?
4.Adhoc Testing?
5.What is sysops Testing?
6.Detetmine server stability through load/performance testing?
7.tomake attributes test engineers?
8.If change the code how do you dynamic changes?
9.write a TSL script for addition of 2 no.s?
10.What isthe name of the class in WR where declare inarray in a function?




January 01, 2007 08:00:16 #1
 NATRAJ00   Member Since: December 2006    Total Comments: 6 

RE: 1.How to estimate test effort?2.How to test ...
 
Test effort is measured by matrices.

1. product: To check how many KLOC(Kilo lines of code) has been written.
2. quantity: To Check how the Person Month(PM) i.e., how much one person work for 1 week.
3. productivity: (Bugs found by tester)/(Bugs found by tester + bugs found by user)

     

 

Back To Question