What is Test Scripts
What is static testing and dyanmic testing. Explain with an
example

Answers were Sorted based on User's Feedback



What is Test Scripts What is static testing and dyanmic testing. Explain with an example..

Answer / sekar.k

Test Scripts: is used to test a particular functionality
(business rule). It may consist of 1 or more Test Cases.

static testing: Testing of an object without execution on a
computer. (eg. review document,inspection,walk thro')
simply said static means verification.

dynamic testing: The process of evaluating a system or
component based upon its behaviour during execution
(eg. functional testing,regression testing, UAT etc.,)
means validation

Is This Answer Correct ?    24 Yes 1 No

What is Test Scripts What is static testing and dyanmic testing. Explain with an example..

Answer / ragini

Dynamic Testing involves working with the software, giving
input values and checking if the output is as expected.
These are the Validation activities.
Ex : Unit test, Integration test

The Verification activities fall into the category of
Static Testing. During static testing, you have a checklist
to check whether the work you are doing is going as per the
set standards of the organization. These standards can be
for Coding, Integrating and Deployment. Review's,
Inspection's and Walkthrough's are static testing
methodologies.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More QA Concepts Interview Questions

difference between QA and QC????

4 Answers  


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

0 Answers  


how to retrive only second row from table in sql server 2000?

3 Answers   CTS,


What are the advantage and disadvantages of automated testing?

0 Answers  


What are the key components of a bug report?

0 Answers  






what is the strength of present company

1 Answers   US Consulate,


I have a brand for product which will be delivered as per the subscription from customers.What are all the major functionalities u will test in that case?

0 Answers  


how we apply cmmi and iso in oyr testing or qa do it have some specifuc format

0 Answers  


Suppose I am testing a web base health care insurance software and I am working in the member portal. Could anyone please give me some example of some common/critical bugs/defects to be found in this software testing process ?

1 Answers  


can we write testscripts without using any automation tool if yes so how can we write it or which terminology is used for writing it?

3 Answers  


What tools are available to support testing during development of application?

0 Answers  


what is defect density

6 Answers   Accenture, Ness Technologies, Thatavarti Technologies,


Categories