In the Static Testing, what all can be tested?Can test condition, test case & test script help you in performing the static testing?

Questions by schittoor   answers by schittoor

Showing Answers 1 - 15 of 15 Answers

prasad.gandra

  • Dec 24th, 2006
 

satic testing is nothing like verification, --> reviews,inspections,walkthroughs

ofcourse, these documents help for verification.

prasad.gandra

  Was this answer useful?  Yes

Static testing is performed on code before it is delivered to the test team for functional testing.  Developers use code reviews,  inspections, and walkthroughs to test their code.  Test conditions and test cases can help perform static testing.  Since there can also be automated tests during this phase, test scripts can help in the process. 

  Was this answer useful?  Yes

Static Testing is perform by developers on Code (Reviews, Inspection, Walkthrough) before delivered it to the Test team for functional Testing.

Yes, Test Condition, Test Cases, Test Scripts can help perform Static Testing.

  Was this answer useful?  Yes

rmolabanti

  • Sep 2nd, 2010
 

Static testing means testing the things with our excecuting the software.
Testing the things by excecuting hte software is dynamic testing.

Static testing includes reviewing/verifying of any kind of documets related to testing.
Documents may include PRD, testcases,Test script e.t.c

Static testing includes reviews,inspections,walkthroughs
 

  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