Difference between Static and dynamic Testing & Which type
of testing include in Static and dynamic Testing ? explain
in detail with example.
Thanks
Answer Posted / hemachandra
Testing Methodologies are two types
1. static
2. Dynamic
static -- walk through's, inceptions.
Dynamic -- white box and black box.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is test driver and test stub?
what is conditional testing? explain and examples
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What is smoke testing and user interface testing ?
how will we change the server system time?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
Difference between smoke and sanity testing
Explain the difference between alpha testing and beta testing.
What if the project isn’t big enough to justify extensive testing?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....