Different types of Gestures used for Mobile/Ipad Testing

Mobile Gestures Mobile Gestures are the different ways of movements made by the user on the mobile screen for interacting with the mobile device interface. Having the knowledge of different mobile gestures will help you in writing the test cases in a better way or communicating things to others in a better way. Below are… Continue reading Different types of Gestures used for Mobile/Ipad Testing

Testcase for Subscribe button and Footer section

TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS OTP-1229_001 Check and verfy the ui of the subcribe button and footer section  The subscribe button and the footer section should be as per the design Ui of the subscribe button and footer section is not as per the mockup PASS OTP-1229_002 Check the responsive of… Continue reading Testcase for Subscribe button and Footer section

Regression testing

Regression testing is a software testing practice that ensures an application still functions as expected after any code changes, updates, or improvements. Regression testing is responsible for the overall stability and functionality of the existing features. Whenever a new modification is added to the code, regression testing is applied to guarantee that after each update,… Continue reading Regression testing

Performance and Load testing tools

1) LoadNinja LoadNinja by SmartBear allows you to quickly create scriptless sophisticated load tests, reduce testing time by 50%, replace load emulators with real browsers, and get actionable, brower-based metrics, all at ninja speed. You can easily capture client-side interactions, debug in real time, and identify performance problems immediately. LoadNinja empowers teams to increase their test coverage… Continue reading Performance and Load testing tools

Database (Data) Testing

What is Database Testing? Database Testing is a type of software testing that checks the schema, tables, triggers, etc. of the Database under test. It also checks data integrity and consistency. It may involve creating complex queries to load/stress test the Database and check its responsiveness. Why Database Testing is Important? Database Testing is Important in software testing… Continue reading Database (Data) Testing

ETL testing

ETL Testing ETL testing is done to ensure that the data that has been loaded from a source to the destination after business transformation is accurate. It also involves the verification of data at various middle stages that are being used between source and destination. ETL stands for Extract-Transform-Load. What is ETL? ETL stands for… Continue reading ETL testing