What are the advantage and disadvantage of Selenium IDE
tool?
Is that useful for testing .net projects? please reply my
friends.
Answers were Sorted based on User's Feedback
Answer / guest
As far as I know the Selenium IDE tool can only be used in
Mozilla Firefox browser as it is an Add-on for only that
browser and hence you cannot use it in other browsers.
It is a record & playback tool and the script format can be
written in various languages including C#, Java, PERL,
Python, PHP, HTML.
| Is This Answer Correct ? | 36 Yes | 13 No |
Answer / ranjan
The disadvantage is it is not palying multuiple window when
we record it.
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / annie
With Selenium IDE ,
1)you can test only with the Mozilla browser
2)limitations to open/ identifying the child windows,
clicking on the pop ups, etc.,
Since it is a open source record and play back tool, we can
execute only the basic functions of application, with
selenium RC, u can write own scripts so that most crucial
functions of applications can work
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / c.k
2 disadvantage are present as far as i know..
* If we click a link if that link opens in a seperate
window or a tab, it is running the test case in 1 window only.
* After the page gets refreshed it shows error in
selenium because it does'nt know whether that page got
refreshed or not
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / satish
what are the best automation tools available for Web Application Projects...???
I would like to test a web application in all browsers, means i want to test cross-browser compatibility test..
Can any one suggest me, what are the list of automation tools available for WebApplicaiton Projects...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ammu
Disadvantages of Selenium IDE
It does not supports looping or conditional statements. Tester has to use native languages to write logic in the test case.
It does not supports test reporting, you have to use selenium RC with some external reporting pligin like TestNG or JUint to get test execution report.
Error handling is also not supported depending on the native language for this.
| Is This Answer Correct ? | 1 Yes | 1 No |
Can we file a bug after UAT?
write test case for linked in sign up page ?
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?
What type of documents present in Application Design document?
i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?
What is a top-down and bottom-up approach in testing?
what is functionality testing?
what is the diference between defectage and billinterval period?
What is the difference between low and high level test cases? examples please..
What is smoke testing and what is sanity?
What is a test scenario?
what is the difference between client server & web based applications?