What is selenium why we are using Selenium with examples?
Answer Posted / naveenpj
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 |
Post New Answer View All Answers
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
How do you perform configuration management with typical revision control systems?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
what is the function generator?
What is a code walk through?
explain fish model in detail?
how to write defects in excel sheets when defects occured
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
Describe Testing Decomposition?
is it possible to do performance testing in stand alone application..how wil u do that ???????
What will be your approach if a particular script in Load Test fails?
If client give you a project then which testing you will perform first
What is 'Account Conditioning'?