2019 - All About Testing 2019

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

Tuesday, 15 October 2019

Cross Bridges hiring for QA for their Product based client

Send resume to: venkatesh@crossbridges.co.in Experience required for the Job: 2 - 5 years Annual Salary of the Job: 2.00 - 12.00 Lacs Job Location: Bengaluru/Bangalore Cross Bridges - A premiere Talent search firm with Pan India reach. With a deep understanding of the mission-critical needs of corporations, Cross Bridges recognizes the need for agility and influence in the ecosystem to produce results. Our customers often compliment us on our research capabilities and turn- around timelines. We have an interesting opening for...

Cognizant drive on Oct 19(Bangalore) for Performance Testing

Send resume to: Agisha.K.S@cognizant.com Immediate job opening for Performance Testing with Cognizant! Bangalore Joining!! Interview location: Bangalore Job Location: Bangalore Available to attend F2F Interview on 19th Oct 19_Saturday: Yes /No     Name:  Contact No:  Mail ID: Total years of Experience: Relevant exp in Performance Testing (Load runner/Jmeter): Current Company: Current CTC: Expected CTC: Notice Period: Current Location: Education:  Ex-Cognizant...

Monday, 14 October 2019

TestNG interview questions

1) What is default priority if it is not set in? 2) What would be happened if there is -ve priority?  3) Why -ve priority not gets ignored and will be at higher priority? [Lower the number you set, it will be at higher priority and it is by designed] 4) If the test case has the same priority then how would it be executed? [If there are two methods with the same name in a different class then it will take class-wise in alphabetical orders and run sequentially.] 5) What is the difference between Beforeclass and Afterclass? 6)...

Friday, 4 October 2019

Payment Gateway Testing Checklist and Test Cases

The following checklist can be helpful for testers and could be used as a reference: 1) Set up a payment processor sandbox. 2) Gather test credit card numbers that would be used for testing different credit cards. As an example, such information for the Braintree payment processor can be found at Braintree payments. 3) Verify the behavior of the application when a transaction is successful. 4) After a successful transaction verify if the payment gateway returns to your application to show some kind of successful transaction/confirmation...

Database Testing Test Cases

1. Check if correct data is getting saved in the database upon successful page submit 2. Check values for columns which are not accepting null values 3. Check for data integrity. Data should be stored in single or multiple tables based on design 4. Index names should be given as per the standards e.g. IND_<Tablename>_<ColumnName> 5. Tables should have a primary key column 6. Table columns should have description information available (except for audit columns like created date, created by, etc.) 7. For every database...

Friday, 27 September 2019

Manual Test Cases for Pen

Installation Testing: 1. Check if all parts of the pen are fitting properly and no loose-fitting.  2. Check if the pen ball is fitted properly and the ball is moving with ease.  UI Testing : 3. Check if the dimension of the pen as per mentioned in the requirement.  4. Size and shape should be confirmable for writing. 5. Logo on the pen should be properly printed. Usability Testing: 6. Check if the grip on the pen is superior.  7. Check if the pen is writing smoothly with continuous and not breaking while...

Thursday, 26 September 2019

Manual Test Cases For ATM Machine

Installation Testing 1. Check if all parts of a machine is fitting properly and no loose fitting properly 2. Check if the keypad is fitted properly on ATM machine 3. Verify the type of ATM machine whether it is card intake machine or card swap machine 4. Check if slots are available for all types of notes (100,500,2000 etc) UI Testing 1. Check if machine design is as per requirement 2. Check if length, the width of the machine is as per specifications 3. Check if the logo is properly printed on ATM Machine 4....

Friday, 23 August 2019

Selenium Interview Questions

1.  What are the significant changes in upgrades in various Selenium versions? Selenium v1 included only three suite of tools: Selenium IDE, Selenium RC, and Selenium Grid. Note that there was no WebDriver in Selenium v1. Selenium WebDriver was introduced in Selenium v2. With the onset of WebDriver, Selenium RC got deprecated and is not in use since. Older versions of RC is available in the market though, but support for RC is not available. Currently, Selenium v3 is in use, and it comprises of IDE, WebDriver and Grid. IDE is used for...

Jenkin Interview Questions for Testers

Q1. What is Jenkins? My suggestion is to start this answer by giving a definition of Jenkins. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. It also allows you to continuously deliver your software by integrating with a large number of testing and deployment technologies. Once you have...