Answer Posted / siri
end-to-end testing is testing the entire application
environment similar to the real world or scenario.such as
interacting with the database, network communications,
hardware and other applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How will u decide test data to see that evey feature is thoroughly tested
What is error cusing tecnique
what is date field test case
How much the bug is affecting the functionality of the application?
Differentiate test bed and test environment?
Write the function test case to add a customer to database.
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Explain test metric and the information it provides.
what is the difference between test case and result matrix
Can you explain decision tables?
what is the architecture of your current project?
What Is risk Based testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
wat is test management ?what are the components available in test management?
What is back to back testing?