The Test annotation tells JUnit that the public void method to which it is attached can be run as a test case.
Annotations are like meta-tags that you can add to you code and apply them to methods or in class. The annotation in JUnit gives us information about test methods, which methods are going to run before & after test methods, which methods run before & after all the methods, which methods or class will be ignore during execution.
1- It supports almost all browser which is available in the market.
2- We can easily integrate Selenium RC with TestNG which makes Selenium more powerfull.
3- Selenium RC having very good reporting feature with the help of TestNG.
4- Now we can do execution in parallel which the help of TestNG. We can pass multiple parameters, data driven and all the features which TestNG have.
5- Selenium RC came with Remote execution which we can achieve through Selenium grid.
Selenium RC also had some limitations which were
1- It generally interact with Server it means everytime you run script it will send request to server then server will communicate with browsers.
Performance was an issue here.
2- Since 2010 Mobile industry is leading in market so Selenium RC was not capable to perform.
Selenium Webdriver came in 2011 and It supports all the feature of Selenium RC and additionally they have following benefits.
1- They removed server part from it so performance not an issue in Webdriver. It means simply write your code and it will directly communicate with browsers.
2- Selenium Webdriver supports Mobile Automation as well which make Selenium more powerfull. Currently Selendroid and Appium are present which allow us to automate IOS and Android application.
Soon Webriver will launch API for other platforms too.
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
September 10, 2016 at 10:58 pm
The Test annotation tells JUnit that the public void method to which it is attached can be run as a test case.
Annotations are like meta-tags that you can add to you code and apply them to methods or in class. The annotation in JUnit gives us information about test methods, which methods are going to run before & after test methods, which methods run before & after all the methods, which methods or class will be ignore during execution.
September 10, 2016 at 11:11 pm
Selenium RC had so many features like
1- It supports almost all browser which is available in the market.
2- We can easily integrate Selenium RC with TestNG which makes Selenium more powerfull.
3- Selenium RC having very good reporting feature with the help of TestNG.
4- Now we can do execution in parallel which the help of TestNG. We can pass multiple parameters, data driven and all the features which TestNG have.
5- Selenium RC came with Remote execution which we can achieve through Selenium grid.
Selenium RC also had some limitations which were
1- It generally interact with Server it means everytime you run script it will send request to server then server will communicate with browsers.
Performance was an issue here.
2- Since 2010 Mobile industry is leading in market so Selenium RC was not capable to perform.
Selenium Webdriver came in 2011 and It supports all the feature of Selenium RC and additionally they have following benefits.
1- They removed server part from it so performance not an issue in Webdriver. It means simply write your code and it will directly communicate with browsers.
2- Selenium Webdriver supports Mobile Automation as well which make Selenium more powerfull. Currently Selendroid and Appium are present which allow us to automate IOS and Android application.
Soon Webriver will launch API for other platforms too.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile