Static testing requires...?

Static testing requires...?
1)Binaries 2)Source code 3)Product 4)Executables

Questions by ranu agrawal

Showing Answers 1 - 30 of 30 Answers

Static testing means attending the reviews, inspections, walkthroughs and meetings to get all the documents baselined in every phase before starting our actual system testing.
It means that no where we are executing any testcases / clearly not running any program for testing purpose.

plz correct me if i am wrong.

can reach me @ nagarjuna.ibm@gmail.com

Static texting is a type of Testing without running the source Code


1 Binaries - It will convert Ascii Equivalent for that Code should Run

2 Source Code - Here also Code is Running Internally

3 Product - For Login the Product Code should Run

4 Executables - -- Execute any function Code should Run

All are False

  Was this answer useful?  Yes

Stastic testing(from the testing point of view) means with out executeing the test Case,test plan,use case we are try to solve the proublm in the early stage through 
1)reviews
2)meeting
3)walkthrough
4)inspection

Static Testing: Static Testing is based on Verification. This Static Testing Requirements are Review, Inspections and Walkthrough

The documents like BRS, SRs, requirements, Usecase, Test Plan and FRs to be studied throughly to understand the behaviour and to make these docs as baseline after the docs are made as perfect.

  Was this answer useful?  Yes

deviaparna

  • Aug 31st, 2008
 

Static testing means it is the type of testing by seeing and feeling means without performing any actions, like checking the review codes, checking GUI, objects of application.

  Was this answer useful?  Yes

2) source code

In software development, static testing requires programmers to examine their code to find errors.  Think about it... peer reviews, walk-throughs, and inspections can't take place without source code! 

  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