Good knowledge of testing. Teaching methodology is very nice. He made me to understand software testing very easily.
450 Student Reviews
B.E+3+ yrs exp Software Testing,Database Testing,SQl,UNIX,ETL Testing,DWH,Data Warehousing,BI,Agile,Web Services,REST,SOA,,Defect ,Bigdata,Telecom domain,worked on BRS ,having knowledge on etl tools like informatica, sounds knowledge on selenium automation tool with cucumber framework
B.E+3+ yrs exp Software Testing,Database Testing,SQl,UNIX,ETL Testing,DWH,Data Warehousing,BI,Agile,Web Services,REST,SOA,,Defect ,Bigdata,Telecom domain,worked on BRS ,having knowledge on etl tools like informatica, sounds knowledge on selenium automation tool with cucumber framework
I am a Software Test Engineer at Propix Technology Pvt Ltd. and having 3 years of experience in software testing for software testing. I have hands on experience on selenium web driver, Maven, postman, Cucumber as well as on proracter tool.
I am a Software Test Engineer at Propix Technology Pvt Ltd. and having 3 years of experience in software testing for software testing. I have hands on experience on selenium web driver, Maven, postman, Cucumber as well as on proracter tool.
i am having 5 year's of experience in software testing worked with verious MNC companies. Also having 4 year of corporate training exp i been trained 1000+Studnet and 700+student have been placed in MNC
i am having 5 year's of experience in software testing worked with verious MNC companies. Also having 4 year of corporate training exp i been trained 1000+Studnet and 700+student have been placed in MNC
I am a Software Engineer and working in private it company. I am passionate to teach you all which I have learnt in my college days. So if you are interested in learning please contact me.
I am a Software Engineer and working in private it company. I am passionate to teach you all which I have learnt in my college days. So if you are interested in learning please contact me.
I have 3.2 years of experience in Manual Testing with multiple projects , working offsite and onsite.
Good knowledge of testing. Teaching methodology is very nice. He made me to understand software testing very easily.
I have 3.2 years of experience in Manual Testing with multiple projects , working offsite and onsite.
Good knowledge of testing. Teaching methodology is very nice. He made me to understand software testing very easily.
Browse hundreds of experienced dance tutors across Pune. Compare profiles, teaching styles, reviews, and class timings to find the one that fits your goals — whether it's Automated Software Testing, Manual Software Testing, Mobile Automated Software Testing,
Select your preferred tutor and book a free demo session. Experience their teaching style, ask questions, and understand the class flow before you commit.
Once you're satisfied, make the payment securely through UrbanPro and start your dance journey! Learn at your own pace — online or in-person — and track your progress easily.
Find the best Software Testing Tutor classes
Selected Location Do you offer Software Testing classes?
Create Free Profile >>You can browse the list of best Software Testing tutors on UrbanPro.com. You can even book a free demo class to decide which Tutor to start classes with.
The fee charged varies between online and offline classes. Generally you get the best quality at the lowest cost in the online classes, as the best tutors don’t like to travel to the Student’s location.
It definitely helps to join Software Testing classes near me in Abhiruchi Mall and Multiplex, Pune, as you get the desired motivation from a Teacher to learn. If you need personal attention and if your budget allows, select 1-1 Class. If you need peer interaction or have budget constraints, select a Group Class.
UrbanPro has a list of best Software Testing classes
test cases with lower priority get executed first. One test method is allowed to have only one test priority...
Answer of such kind of question always be diplomatic for all QA's. It's my personal opinion, automation...
Some top testing blogs include Ministry of Testing, TestRail
testNG.xml is very flexible and it can work as a harness file to execute the test cases. It keeps the...
Multiple Before and After annotation options. ... XML-based test configuration. ... Dependent methods....
Puzzle: A black man dressed all in black, wearing a black mask, stands at a crossroads in a totally black-painted town. All of the streetlights in town...
Following are some(base) Points Which Determine a Candidate is Fit for the QA Job or Not: 1.On Curiosity and passion: Being a software tester means being...
Software testing course. Software testing training course What is software testing? Why is testing necessary? Testing Participants Testing Principles Best...
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know...
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally...