UrbanPro
true

Amit Pradhan

Trainer

Verified 5 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Amit Pradhan

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I am working as a Technical Lead in a software company with 9+ years of experience in software testing, selenium, java and java script. I have 2+ years of teaching experience in Selenium Using Core Java.Teaching is something I love to do.

Languages Spoken

English

Hindi

Education

BPUT 2004

Bachelor of Engineering (B.E.)

Address

Kharadi, Pune, India - 411014

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Teaches

Selenium Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Selenium Training

6

Subjects

Selenium with Java

Teaching Experience in detail in Selenium Training

I have overall 14 years of experience in QA as well as in EE development. I have experience in various automation testing libraries such as Selenium, Java , Cucumber , TetNG, Junit, Protractor , JavaScript , TypeScript , Python , ROBOT framework REST Assured , . I also have experience in microservice development using Java Springboot. Experience in Fabric , GIT , Mockito , Maven , TeamCity , Jenkins , JPA, Docker etc. I have 6+ years of experience in teaching automation testing both online as well as classroom session . I have already taught more than 500 students who are placed in various top IT companies. I give complete support in interview preparation.

Selenium Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Selenium Training

6

Subjects

Selenium with Java

Teaching Experience in detail in Selenium Training

I have overall 14 years of experience in QA as well as in EE development. I have experience in various automation testing libraries such as Selenium, Java , Cucumber , TetNG, Junit, Protractor , JavaScript , TypeScript , Python , ROBOT framework REST Assured , . I also have experience in microservice development using Java Springboot. Experience in Fabric , GIT , Mockito , Maven , TeamCity , Jenkins , JPA, Docker etc. I have 6+ years of experience in teaching automation testing both online as well as classroom session . I have already taught more than 500 students who are placed in various top IT companies. I give complete support in interview preparation.

Reviews

No Reviews yet!

Answers by Amit Pradhan (4)

Answered on 30/12/2015 Learn IT Courses/QA/QTP Training

Selenium is the alternative for QTP. The biggest advantage it has is it is an opensource tool,hence most of the company moving their projects to selenium which is creating a lot of job opportunity in automation testing field.
Answers 17 Comments
Dislike Bookmark

Answered on 30/12/2015 Learn IT Courses/QA/Selenium

No certification available for Selenium since it's an opensource too. However, if you are using Java for Selenium Automation , then you can go for OCJP certification. It will give you little advantage during interviews.
Answers 22 Comments
Dislike Bookmark

Answered on 09/05/2015 Learn IT Courses/QA/Selenium

public class popup_handling { @Test public void PopUpTest(){ WebDriver driver = new FirefoxDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); driver.get("http://www.yourTestURL.com"); //Step 1 - Get the window... ...more
public class popup_handling { @Test public void PopUpTest(){ WebDriver driver = new FirefoxDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); driver.get("http://www.yourTestURL.com"); //Step 1 - Get the window ids using method getWindowHandles(). It will retrun unique ids of all the opened windows including pop-up window in a set of string. Set Windows= driver.getWindowHandles(); //It is Set of string. Angular bracket is not allowed here So skipped it. //Step 2 - Call iterator() method Iterator it = Windows.iterator();//Angular bracket is not allowed here ,so skipped it. //Step 3 - Get the parent window id by calling next() method String Window1 = it.next(); //Step4 - Call next() method and get the id of other window id. Iterate through each element of set using next() method String Window2= it.next(); //Step5 - Switch to the required window or pop-up by passing the corresponging window id and work on it. driver.switchTo().window(Window2); }
Answers 48 Comments
Dislike Bookmark

Teaches

Selenium Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Selenium Training

6

Subjects

Selenium with Java

Teaching Experience in detail in Selenium Training

I have overall 14 years of experience in QA as well as in EE development. I have experience in various automation testing libraries such as Selenium, Java , Cucumber , TetNG, Junit, Protractor , JavaScript , TypeScript , Python , ROBOT framework REST Assured , . I also have experience in microservice development using Java Springboot. Experience in Fabric , GIT , Mockito , Maven , TeamCity , Jenkins , JPA, Docker etc. I have 6+ years of experience in teaching automation testing both online as well as classroom session . I have already taught more than 500 students who are placed in various top IT companies. I give complete support in interview preparation.

No Reviews yet!

Answers by Amit Pradhan (4)

Answered on 30/12/2015 Learn IT Courses/QA/QTP Training

Selenium is the alternative for QTP. The biggest advantage it has is it is an opensource tool,hence most of the company moving their projects to selenium which is creating a lot of job opportunity in automation testing field.
Answers 17 Comments
Dislike Bookmark

Answered on 30/12/2015 Learn IT Courses/QA/Selenium

No certification available for Selenium since it's an opensource too. However, if you are using Java for Selenium Automation , then you can go for OCJP certification. It will give you little advantage during interviews.
Answers 22 Comments
Dislike Bookmark

Answered on 09/05/2015 Learn IT Courses/QA/Selenium

public class popup_handling { @Test public void PopUpTest(){ WebDriver driver = new FirefoxDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); driver.get("http://www.yourTestURL.com"); //Step 1 - Get the window... ...more
public class popup_handling { @Test public void PopUpTest(){ WebDriver driver = new FirefoxDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS); driver.get("http://www.yourTestURL.com"); //Step 1 - Get the window ids using method getWindowHandles(). It will retrun unique ids of all the opened windows including pop-up window in a set of string. Set Windows= driver.getWindowHandles(); //It is Set of string. Angular bracket is not allowed here So skipped it. //Step 2 - Call iterator() method Iterator it = Windows.iterator();//Angular bracket is not allowed here ,so skipped it. //Step 3 - Get the parent window id by calling next() method String Window1 = it.next(); //Step4 - Call next() method and get the id of other window id. Iterate through each element of set using next() method String Window2= it.next(); //Step5 - Switch to the required window or pop-up by passing the corresponging window id and work on it. driver.switchTo().window(Window2); }
Answers 48 Comments
Dislike Bookmark

Amit Pradhan describes himself as Trainer. He conducts classes in Selenium. Amit is located in Kharadi, Pune. Amit takes Online Classes- via online medium. He has 6 years of teaching experience . Amit has completed Bachelor of Engineering (B.E.) from BPUT in 2004. HeĀ is well versed in English and Hindi.

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All