If automating - what is your process for determining what to
automate and in what order?
Answer / kundan yalangi
1)If a product is likely to have a future releases then its
better to automate the test cases inorder to save time and
effort
2) The order will be basically the flow of the
Application . Inorder to avoid the complexity , we can use
modular framework of Automation testing tool where the
application process flow is divided into several simple
components called actions .
| Is This Answer Correct ? | 1 Yes | 0 No |
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();?
Explain me what is testng and why is it better than junit?
What is ‘good code’? What is ‘good design’?
Can Any one tell me the difference between winrunner and test partner or qtp and test partner?
what is 2 tier and 3 tier application.
What is junit annotation?
How will you choose a tool for test automation?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
What automating testing tools are you familiar with?
Simplify the term defect severity.
I am using the selenium ide for testing my web application i recorded some script and played back while playing the recorded script the "alert msg is not getting closed" it needs manual interaction Please help out me
Tell us what is junit? And what is junit annotation?