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  >  Tech FAQs  >  Testing

 Print  |  
Question:  1. what is the definition of testplan and what it contains? pls provide us to sample testplan template in the site?

2. what is the definition of test strategy? what it contains? pls provide us to sample teststrategy template in the site?

3. what is end to end testing? what we have to test in end to end testing?

4. what is the definition of test methodology? what it contains?

5. what is the difference between teststrategy and test methodologies?

6.what is concurency testing?

7.what is peneatration testing?




December 12, 2005 02:53:33 #2
 V.Mahendran   Member Since: Visitor    Total Comments: N/A 

RE: 1. what is the definition of testplan and what it ...
 

End to end testiing

                         Similar to a system testing; the ‘macro’ end of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate

Concurrency testing.

Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.

     

 

Back To Question