What is Test Scripts
What is static testing and dyanmic testing. Explain with an
example
Answers were Sorted based on User's Feedback
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 |
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 |
what are the advantages of process in Quality Assurance?
What is extreme programming and what is it got to do with testing?
What is cast?
difference between qa and qc?
what is Agile Development Processes
How do you differentiate the roles of Quality Assurance Manager and Project Manager?
What do you like least about Quality Assurance/Testing?
What is meant by verification and validation?
What is severity and priority?Give some examples of severity and priorty and high severity & low priority and viceverse and also explain each.
22 Answers HCL, IBM,
how do i know that I am using 32 bit Windows
How to write test case from the MS word on Creating a new document called Good world ?
what is the differemce b/w test cases and test scripts?