Answer Posted / cbueche
http://groups.yahoo.com/group/EMOS_framework/
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
How can you create html test report from your test script?
Give some examples of priority – severity defect levels.
Mention a few good practices while performing automation testing.
What are the differences between open source tools, vendor tools, and in-house tools?
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();?
Tell me what type of scenarios can be automated?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
Explain me what are the main advantages of automation testing?
What all different approaches can be used for designing an automation solution?
Tell us the difference between assert and verify commands?
What are the drawbacks of test automation?
What type of scenarios can't be automated?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
Tell us what methods of robot class do you know?