what is static and dynamic testing.
Answers were Sorted based on User's Feedback
Answer / nitin sharma
Static Testing is not executing anything,It involves
review,walkthrough,code Inspection,test plan and test case
analysis,While Dynamic Testing is executing something like
executing test cases
Is This Answer Correct ? | 39 Yes | 2 No |
Static Test: Testing prior to deployment. 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.
Dynamic Test: Dynamic Testing involves working with the
software, giving input values and checking if the output is
as expected. These are the Validation activities. Unit
Tests, Integration Tests, System Tests and Acceptance Tests
are few of the Dynamic Testing methodologies.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / suraj_laad
Testing without execution of the software is called static
testing .like just by reading the contents of documents.it
also called verificaion.
Testing with execution of the software is called dynamic
testing .it also called as validation.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / raj
static testing is stands for executing the application
without executing the application. basically it includes
reviewing the documents and inspection
dynamic testing is stand for test the application by
executing application
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijayalakshmi
Static:Coduct test with out running an appliaction
dynaic:conduct test with running an application
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / reddy prasad
in simple way
static: look and feel( no need to perform any action on an object)
Dynamic : need to perform any action on an object.
Is This Answer Correct ? | 0 Yes | 1 No |
static testing means review the requiremnts given by
customer or Business user(BI),here we will only reivew the
FRS and if any data is not filled,we will inform to the
project manger,then project manger will inform to the BI to
give the data(without executing the code)
Dynamic Testing means by executing the code(after the
coding is done) whether the application is working
correctly or not as per the customer requiremnts.
Is This Answer Correct ? | 0 Yes | 7 No |
Answer / abu
static testing is like usability and user interface.dynamic
testing is call it as functional testing.
Is This Answer Correct ? | 2 Yes | 16 No |
what is the difference between quality assurence and quality control
difference between test strategy,test plan and test methodology. which will create first and who will create those and is there anyone optional in that
How many scripts u use to run daily?
what are the major observations that you made when you are doing compatibility testing particularly in web applications?
What is Equivalence partitioning,Boundary value analysis,Decision table testing,State transition testing,Use case testing. Plz explain with example and differences if any
wat kinds of documents requied during regression testion ? at time regression testing is done? can we do it repeatdly
how do u manage scripts in winrunner when you application is changing frequently?
In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?
As a test Engineer what are all the challenges you faced in your project? It takes more time to answer this question but i said wrong... Could anybody answer atleast 4 or 5 answers
2 Answers Hexaware, Sreeven Infocom,
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
whatis the diffrence bug ,error,defect
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?