Posts

Write Test Cases for ATM Machine (Simple Scenarios):

Image
Write Test Cases for ATM Machine (Simple Scenarios): So while writing your test cases, try to cover all the major aspects of the related topic. This means that initially we need Unit testing, followed by integration testing, and performance testing should be performed accordingly. For writing test cases how you think, how you will try to cover all major functionalities, your imagination power (because we don’t have the BRD in front of us), and your approach towards the related topic. In this topic, we will see more than 25 test cases. Which include functional, UI, usability, performance, compatibility, and negative test cases. Because of these Test cases we are trying to cover only the major functionalities of the ATM machine. The below image will help you to understand the terminology related to an ATM more clearly. Machine person /Teller user side Test cases: #1) To check if Login option displayed correctly. A System should ask Teller about their credential. #2) To ch...

API Basic Contents and 15 SOAP UI Interview Questions & Answers

API Contents and 15 SOAP UI Interview Questions & Answers: Introduction to APIs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is a Web Application? . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  Google Is an Example of a Web Application . . . . . . . . . . . . . . . . . . . . .  What Is an API? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is an HTTP Request? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is a URL? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Are HTTP Verbs? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is an HTTP Response? . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is an HTTP Status Code? . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Are Payloads? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  What Is JSON...

Contents of Software testing and Manual Testing.

Contents of Software testing and Manual Testing. 1. Basic of Software? What is Software ? It is collection of programs, procedure , instructions that perform some tasks on your a computer. It is set of programmes which help the computer to function properly. TYPE OF S/w: System S/w and Application S/w: a) System S/w: It is set of programs to control and manage the operations of the computer h/w. Why we required System s/w? S/w required to run the h/w parts of computer and other application. S/w is essential for a computer to work. S/w control allocation and usage of diff h/w components. E.g. OS, MAC OS, Linux. b) Application S/w or  Software Application : People use application s/w according to their needs. Why we required Application s/w? S/w help user to perform specific tasks. S/w is executed when required. S/w games Mario E.g. MS Office , Antivirus. etc 1.1 Software application is same as Application S/w. > Application software is end user s/w that is used /help to acc...