Waht is the diffrence between static testing and dynamic
testing,what u do instatic testing as a black box test
engineer
Answer Posted / jagjit verma
static testing is just testing the program source code without executing the program.
It is simply done by checking the source code by a experienced programmer, who has not developed software's module. this can be best understand by Peer Programing of XP(Extreeme Programing.)
It is somewhat similar to white box testing since white box also analyses the program's logic.
since it is done by human effort ,so it is done manually is a myth about the static testing. today there are many tools available in market they do static testing as per test case written by an experienced tester.
if this is being done by a developer then he/she should has adequate knowledge of program,requirement,writing style, nad need of writing that style.
But Dynamic testing is testing the program after execution.
Each and every test is done after executing the program.
several test cases are written and tested against requirement of client/customer.
each and every test is being done is cross checked by tester, that it is doing the required function or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
When to stop testing? (Or) how do you decide when you have tested enough?
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What is the term ‘quality’ mean when testing?
What is the test harness?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What is concurrent user hits in load testing?
what is fusion testing and impact analysis???
What are the principles of software testing?
What is the different between SIT and UIT?
approx how long a simple website take time just for manual testing including report generation.
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?