What is selenium why we are using Selenium with examples?
Answers were Sorted based on User's Feedback
Answer / deivanai
Selenium is a web based automation tool. It has 4 components 1. Selenium Ide,Selenium Rc,Web driver, Grid. It is very effective because of free ware and it support different languages like Perl,phython,Ruby, java.
| Is This Answer Correct ? | 3 Yes | 0 No |
Selenium is a suite of tools for automated web testing. It is composed of:
Selenium IDE (Integrated Development Environment): It is a tool for record and playback & it works as a Mozilla Plugin.
WebDriver and RC: It is a API for various languages like Java, C#, PHP, RUBY Etc. WebDriver works with most of the browsers.
Grid: With the help of Grid you can distribute tests on multiple machines so that tests can be run in parallel which reduces the time required for running tests. Grid is very helpful for performing cross browser testing during automation runs.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is test phase?i want answer any body give me answer pls
What is the main difference between Smoke and sanity testing? Can u plz give me some examples? And to answer in interwview?
Draw Backs of automated testing?
1.What are the difference b/w client & server?
Write a Testcase for mobile phone ?
Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.
What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?
What is test management?
what is user interface testing?
How will you Test a Website manually?? Tell me any 5 different ways to Test a Website.
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
What are the documents required to prepare test plan?