Please let me know the differnce between Static testing and
whitebox testing with Example.

Answer Posted / satish

static testing involves review of requirements or
specifications. This is done with an eye toward completeness
or appropriateness for the task at hand. This is the
verification.


White box testing (also called clear box testing, glass box
testing or structural testing) uses an internal perspective
of the system to design test cases based on internal
structure. It requires programming skills to identify all
paths through the software. The tester chooses test case
inputs to exercise paths through the code and determines the
appropriate outputs.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the contents of test plans and test cases?

579


Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?

1232


How to log defect in HP ALM

611


What is test metric is software testing and what information does it contains?

521


We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username

1738






What is mr and er?

567


When to start qa in a project?

587


what is Conventional SPMs

1657


Explain the steps for bug cycle?

567


Tell me about any quality efforts you have overseen or implemented.

1752


Any Automation tool in the market to help quality test team members communicate with each other? While server startup or restart Which Will inform each member .

1461


What is binary portability testing?

581


Can manual testing be completely replaced by automation testing?

595


What is negative testing? How is it different from positive testing?

604


If there are more number of production defects, how will you tackle the team as a lead

2033