Monday, January 28, 2019
Related Posts:
Selenium Example: How to verify whether the table column is sorted or not? Question: How do you check whether a table data(values) is sorted or not? Sorting happens when clicking on Table Header(Ex: Name, which is a link). Name Venu Avinash Dharma Answer: We c… Read More
Can we store ArrayList's object of type String into ArrayList's reference of Object type? Why not List<String> listString = new ArrayList<String>(); You can assign an ArrayList<String> to a List<String> reference variable, but you can never assign an object with one generic type to a… Read More
Selenium Introduction What is Selenium: Selenium is an Automation Testing Framework which automates web applications for testing purposes. It is an open source and mainly used for automating functional tests and regression tests. Note: It can b… Read More
Introduction to Java What is java? Java is a programming language and a computing platform for application development. It was first released by Sun Microsystem in 1995 and later acquired by Oracle Corporation in 2010. In 2006 Sun started … Read More
Difference between Selenium 1, Selenium 2 and Selenium 3 Selenium 1 = Selenium Remote Control Selenium 2 = Selenium Webdriver, which combines elements of Selenium 1 and Webdriver. Selenium 3 = Selenium 1 + Selenium 2 (RC is deprecated and moved to legacy package) … Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment