Explain the dynamic testing?



Explain the dynamic testing?..

Answer / Pratibha Singh

Dynamic testing in software development refers to testing that is performed during runtime or at deployment, rather than traditional static testing that focuses on the source code. Dynamic testing techniques include unit testing, integration testing, system testing, and acceptance testing. The goal of dynamic testing is to verify that the software behaves correctly under various scenarios and conditions by executing it with different inputs, workloads, and configurations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Do anyone hav any knowledge about testing the Eftpos System??Like what kind of test cses that can be prepared for checking the system...

1 Answers  


what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective

30 Answers   TCS,


How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable

1 Answers   ISTQB,


What is Defect Seeding? What is Defect Density?

1 Answers  


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1 Answers  


test case for coffee machine?

16 Answers   TCS,


what are the testcases for square

4 Answers  


I have register form there is first name field.what will be the steps to execute test case???

2 Answers  


What is use case testing?

1 Answers  


"search"test cases on Linkedin website and how will you write test cases on it?

1 Answers  


Describe to me the difference between validation and verification.

11 Answers  


1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


Categories