What is End-TO-End Testing?Explain in detail
Answer Posted / radhakrishna.gavara
end to end testing is nothing but system testing.that is
testing all the functionalities from starting pt to
endinding pt against the requirements
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Give some examples of priority – severity defect levels.
What is meant by the automation framework?
Is ui level testing possible?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
Tell me what criteria do you consider for automating a test?
What is vendor tool and give examples?
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
What are the differences between open source tools, vendor tools, and in-house tools?
Which test cases can be automated?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
What is a critical bug in a testing field?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
Explain what is a relative xpath?
What java api is required for generating pdf reports?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?