Skip to main content

Posts

Showing posts from June, 2017

Important Selenium Interview Questions - #2

Complete Selenium Topics to be a Professional Selenium Tester   Previous Post: Important Selenium Questions Set #1 1) Explain what is Datadriven framework and Keyword driven? Datadriven framework:    In this framework, the test data is separated and kept outside the Test Scripts, while test case logic resides in Test Scripts.  Test data is read from the external files ( Excel Files) and are loaded into the variables inside the Test Script.  Variables are used for both for input values and for verification values. Keyworddriven framework:   The keyword driven frameworks requires the development of data tables and keywords, independent of the test automation.  In a keyword driven test, the functionality of the application under test is documented in a table as well as step by step instructions for each test. 2) Explain how you can login into any site if it’s showing any authentication popup for password and username? Pass the username and password with url

Learn Java for Best Selenium Scripting

To the extent Selenium is concerned , Our Selenium Instructional exercises page gives a nitty gritty substance to take in selenium from essentials, We been habitually accepting inquiries in our Selenium FAQs page like which part of Java is expected to learn for Good Selenium Scripting – Since numerous selenium apprentices confronting disarray in that, here this selenium article will help you to be clear about it, Here comes the appropriate answer, OOP's idea – Class, Items Polymorphism, Legacy and Epitome. Java Programming essentials – Question Cases, strategy over-burdening/superseding ideas and bundles. Control Explanations – While, do-While, Switch, If articulations – This will help us in composing the scripts for a different situation proclamations and basic leadership situations. Circling explanations – This will enable us in situations to like, repeating through a huge table to discover a record that you need and Running a similar test for

Important Selenium Interview Questions

Previous set: Selenium Interview Questions Set 1 Important Resource: Complete Selenium Topics to be Professional  1) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing.  It is composed of Selenium IDE (Integrated Development Environment) :  It is a tool for recording and playing back.  It is a firefox plugin WebDriver and RC:  It provide the APIs for a variety of languages like Java, .NET, PHP, etc. With most of the browsers Webdriver and RC works. Grid: With the help of Grid you can distribute tests on multiple machines so that test can be run parallel which helps in cutting down the time required for running in browser test suites Detailed Study: Top5 Selenium Tools  2) What is Selenium 2.0 ? Web Testing tools Selenium RC and WebDriver are consolidated in single tool in Selenium 2.0 3) Mention what is Selenium 3.0? Selenium 3.0 is the latest version of Selenium. It has released

Selenium Interview Questions Set 1

Complete Selenium Topics PDF Link    Q: What is Automation Testing? A: Automation testing or Test Automation is a process of automating the manual process to test the application/system under test. Automation testing involves use to a separate testing tool which lets you create test scripts which can be executed repeatedly and doesn’t require any manual intervention. Q: What are the benefits of Automation Testing? A: Benefits of Automation testing are: ·  Supports execution of repeated test cases ·  Aids in testing a large test matrix ·  Enables parallel execution ·  Encourages unattended execution ·  Improves accuracy thereby reducing human generated errors ·  Saves time and money   Q: Why should Selenium be selected as a test tool? A:  ·  Selenium is free and open source ·  have a large user base and helping communities ·  have cross Browser compatibility (Firefox, chrome, Internet Explorer, Safari etc.) ·  have great platform compatibili