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 Main Sources of Software Bugs
What are attributes and skills of LEAD AUDITORS?
What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... Thanks in advance
Who will write the use case?
What are the key challenges of software testing?
What is bug leakage and bug release?
what are the steps of software QC?
Can Parrto Principle be used in Quality Assurance and testing?
What is a ‘use’ case and what does it include?
Can anyone listout major scenarios for a payment submission web page???
What do you think is a good investment, a defect tracking system or a test management system integrated with a defect tracking tool? Please comment.
what we have to do in white box testing what will be checked in it and how much its necessary for white box tester to be a good programmer too