What is Test Scripts
What is static testing and dyanmic testing. Explain with an
example
Answer Posted / 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 View All Answers
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?
What is the quality audit?
What is a test case template?
How does a server or client environment affect software testing?
What is bug?
What is mr and er?
what are the tables in testcases?
What is exploratory testing and specification-driven testing?
What is quality audit?
What is difference between retesting and regression testing?
What is breadth testing?
What are the responsibilities of a qa analyst?
What are the functions of the Quality Assurance Group (QAG)?
Do you think qa's can also participate to resolve production issues?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?