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 is Globalization testing?
What are the technical risks involved in Software testing project?
If you find bug while testing, and Developer reject your bug, You will try to explain developer this is bug, Please fix it, Still Developer does not listen to you ? What you will do at this situation.
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,
Give examples of boundary value and equivalence partitioning test cases.
What is a test case template?
what are the steps of software QC?
what is the difference between quality assurance and quality control
4 Answers BIPL, BJIT, Cap Gemini, SouthTech,
how we apply cmmi and iso in oyr testing or qa do it have some specifuc format
What are various ways of calculating defect density? What is recommended for .Net based development projects?
Is there Any Automation tool Which supports IE6,IE7,IE8 and Mozilla and OPera
can anybody explain me the role of QA in every phase of SDLC (PHASE WISE) to privent from bug.with real life example.1)requirement analy.2)designing 3)coding 4)testing 5)implementation 6)maintenance. PHASE WISE