What are some of the common misconceptions during
implementation of automated testing tools for the first time?
Answer Posted / indira
Automating a system is expensive -nowadays, in the market we can get Free tools & low cost automation tools.
Reduce manual tester's job - manual testers have a good knowledge on the application and without them test case test scripts can't be generated.
Automated tools find more bugs - automated tools even have their limitations
100% automation can be achieved - About 70-80% automation can only be achieved as the tool itself has programming limitations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
How do select which automation testing tool is the best for you?
In Selenium how a test suit is run and report is generated.
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?
I am surekha new commer for this site? I have some doubt's pls clarify it..... I finished my B.tech and S/w Testing Course Now iam searching for a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.Here is my email id surekhai@yahoo.com
Please name a couple of standard web function found in the function generator?
How to check if an element is visible on the page?
How will you automate basic “login” functionality test cases for an application?
What is the purpose of getoptions() method?
How to select an automation tool best matched for your project?
Tell me what is intellij?
Please explain what is a relative xpath?
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();?