Selenium Automation Tips
Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Selenium Automation Tips, Computer Company, Bangalore.
Whats new in Selenium 4 Alpha
* Element screen shot now possible
* Many deprecated methods and classes deleted.
* support "standalone", "hub", "node", and completely distributed usage.
* Basic support for using Docker containers with the new Grid Server.
* Added command to open a new window.
* * Selenium Server now no longer includes HtmlUnit by default
* New Grid can output logs in single-line json format to stdout
Calling out 2017 BE/BTech Graduates(any stream-with programming knowledge)
This is an Opportunity to a part of Honeywell Technology Solutions..
Interview and Job Location: Madurai
Skills: Knowledge in C/C++/Java/.net
Process:
1.Online Test
2.Tech Interviews(Hackathon)
3.HR Discussion
Interested candidates send a mail to
[email protected] with your resume.
Automation testing opening in Honeywell Technology solutions Bangalore,
Share you updated CV ASAP to [email protected]
Role: Senior Engineer
Location: Bangalore
3+ years of experience required
Web Automation using Selenium and any other open source tool.
• Knowledge on programming language like Java
• Worked on Automation and expertise on one language and or Script – Selenium with Java.
• Strong communication skills with proven results in test automation.
• Ability to develop an automation framework around Continuous Integration using Behavior Driven Development methodology
• Familiarization with below tools :-Maven, JBehave, Cucumber, Java/Selenium, Eclipse, Jenkins/Bamboo, SVN/GIT, ANT etc
• Strong analytical and problem-solving abilities, with quick adaptation to new technologies and methodologies
• Write and executing Test Scenarios, Test Cases
• Writing/executing GUI, Functional, Regression, and Security & Performance related test cases
• Good knowledge of Database (ORACLE and/or SQL)
• Knows about Bug tracking, version control and test management tools, Testing concepts
Good to have
• Product Test experience
• Knows about VMware
• Worked on open source Automation Tool like Autoit etc.
• Good knowledge on configuration management tool
Manual Testing opening in Honeywell Technology solution.
Location: Tamilnadu
Minimum of 3-6 years’ experience in product/system testing
Should have good understanding of Agile methodologies and SDLC/STLC processes
Exposure to Acceptance Test Driven development is desirable
Should have hands on experience on developing automation scripts
Product based Mobile/Cloud/Big Data application testing will be an added advantage
Knowledge of Web Application Fundamentals (HTTP, HTTPS, HTML, CSS, JavaScript, AJAX) will be an added advantage.
Should have exposure to test management, defect tracking, performance test tools
Descriptive Programming in Selenium
ByChained :
Mechanism used to locate elements within a document using a series of other locators. This class will find all DOM elements that matches each of the locators in sequence, e.g.
driver.findElements(new ByChained(by1, by2))
will find all elements that match by2 and appear under an element that matches by1.
Usage :
driver.findElements(new ByChained(By.ClassName(""),By.id(""),By.TagName("Tag>")) as so on
Rarely used but I found this method very effective to locate elements by using multiple properties.
Content Writing opening for freshers, refer someone in need..
https://cdk-global.referralrecruit.com/referral/jobapply?jobId=300617004321&xid=18119621b8yuhF
Hiring for Hiring For Freshers - Excellent Writing Skills Required - CDK Global in Pune for Exp. 0-2 yrs. Posted By - CDK Global (India) Private Limited. Keywords - Writing Skills, content writer, editor, content editing, SEo, search engine optimization, link builder, sem, SMm, adwords, fresher, English. Job Description - SEO Content writing Content Editing Keyword research Market research
Sharing this message from other source as this may help you guys out...
Immediate Hiring for "Test Engineer ( QC)".
Job Position: Test Engineer ( QC)
Experience: 1-3 yrs
Qualification: B.E / MCA.
Work Location: Chennai.
Tech Skills: Test case preparation, Manual Testing
Added Advantage: Good Communication Skills
Soft Skills: Good Communication Skills(optional)
Travel:Occasional Site Visit based on client demand
"Don't miss this wonderful opportunity, If interested please share your update resumes @ [email protected]/ [email protected]
Capgemini Interview Questions
1) Write the framework which is used in your project?( for experienced)
2) write the code to fetch data from excel sheet? (very important question asked in most of the interview)
3) what is StaleElementReferenceException?
4) what is Encapsulation?
5) what is Polymorphism? real time example?
6) what is the difference between /a and //a[tr] ?
7) Write a program to reverse the string?
8) Difference between implicit and Explicit Wait? write code ?
9) List the popups and write code to handle it?
10) Write a anagram program?
11) Program to take screenshot ?
12) try{
}
catch(ArithmeticException ae){
}
catch(Exception e){
}
catch(LogicalException le){
}
Which catch block will get executed if u get ArithmeticException ?
Which catch block will get executed if u get LogicalException ?
13) 4 text box with same class name but different id fetch the text present in all text box?
14) how do you click on checkbox using xpath?
15) print all the options presnt inside multiple Listbox?
16) How many ways you findelement in webpage?
selenium interview FAQs
1) How you could say and justify your framework is scaleable?
2) How you could say and justify your framework is Reliable?
3) how you would run testNg failed testcases along with Normal ex*****on? I don't need to run failed test cases alone here?as it is time consuming.
4) write a program to get the days printed for the given any 2 dates
5) Write a prime number program from 2 to 50 using a constructor, try catch block as well as final keyword wherever it is possible
6) Write a program to print to max 2 numbers from an array, using interface, implement the interface by inheritance concept, as well as use the constructor. Use final keyword wherever it is applicable.
7)Other questions were like static binding an dynamic binding and implementation towards framework
8)Can we overload and override the main method in java?
9) Can abstract class be final? can static method be overloaded OR override?
10)Types of Type casting-> wherever it is applicable in framework
11) How can you build a robust framework
12) How can take a take sceenshot from a webpage, total code and class and method have used
13)Define Robot class and usage
Capgemini Exp interview Questions.
what is your Roles & Responsibilities?
Explain your Framework
What is interface? where you have used in Framework?
What is inheritance? where you have used
How to achieve multiple inheritance?
Write program to reverse a given number
How you select an option in list box
What is iframe?
How to handle file downloading & upload popup?
difference between implicit and explicit Wait?
hwo do you count total number of rows in a Web table?
How to select a check box present in a grid
What are web driver exceptions you have faced
How to read data from an excel file?
How many testing teams are there in ur organization
Write an XPath to find all the links
How to read the tooltip text
How to Check if an element is displayed or not
What are the locators you have used in ur project
give me xpath types and which one you have used in your project give example
which class implements WebDriver?
an element has an id "bng_123" but number is changing how to handle it?
how to get text from hidden elements?
What is timeout in grid?<
What do you mean by max instance and max session?
What do you mean by max instance and max session?
Can you define multiple public classes in single java file.is it possible?
Class name and java file name should be same?
What you mean by final,finally,finalize?
What do you mean by for each loop?
Diff b/w arraylist and vector?
How do you write custom class which is immutable?
Create a Custom class which contains interface in it, custom class should responsible for performing operation. which type of interface will you use to create such a custom class.
Walk-In for Experienced and Fresher (2014, 2015 & 2016)
Company Name : HireCraft Software Pvt. Ltd.
immediate Joining
Position : Software Engineer
Skills : * .Net 2.0/3.0/3.5/4.0 programming
* Asp.Net and C # programming
* PLSQL Development
* JavaScript
* XML and JSON knowledge
* HTML
* RDBMS Designing
* Services (IIS and Windows)
Qualification : B.Tech, M.Tech, MCA, BSc
EXP : 0-1 year
Location : HireCraft Software Pvt. Ltd.
4112, KR Road, Banashankari 2nd Stage, Bangalore - 560 070
Contact Person : Shivani ([email protected])
Contact No. : 080-43531139
Date : 1st March 2017
Freshers opening at Honeywell Technology Solutions
Position – Software Engineer
Qualification - Bachelors / Master’s degree in Science / Engineering
Location - Bangalore / Hyderabad
Experience Criteria - 0-2 years of experience in developing applications with multiple front ends using various development tools/systems
Key Skills - C, C++, Java/JEE/J2EE, C # (Dot Net); Dot Net, MVC, HTML5, SQL Server Database, SSRS, SSIS Embedded C Programming, Operating Systems Concepts, Excellent problem solving skills on Data Structures and Algorithms
Click here to claim your Sponsored Listing.
Category
Website
Address
Bangalore