What is a RESTful API? REST stands for Representational State Transfer. It is a software architecture style that relies on a stateless communications protocol, most commonly, HTTP. REST structures data in XML, YAML, or any other format that is machine-readable, but usually JSON is most widely used. REST follows the object-oriented programming paradigm of noun-verb.… Continue reading RESTful API
Category: Test case documentation – QA
Test case documents
Levels of Software Testing
Software level testing can be majorly classified into 4 levels: 1. Unit Testing 2. Integration Testing 3. System Testing 4. Acceptance Testing Unit testing: A UNIT is a smallest testable portion of system or application which can be compiled, liked, loaded, and executed. This kind of testing helps to test each module separately. The aim is to test each… Continue reading Levels of Software Testing
UiPath: What is UiPath and Why is UiPath used?
UiPath is a Robotic Process Automation tool that is used for Windows desktop automation.It is used to automate repetitive or redundant tasks and eliminate human intervention.The tool is simple to use and has drag-and-drop functionality for activities.UiPath has a standard Studio version which has a trial period of 60 days.The best part is, that UiPath… Continue reading UiPath: What is UiPath and Why is UiPath used?
Lambda Test
LambdaTest is a cloud-based cross browser testing platform where you can fasten your release speed with high-end test automation on the cloud. It supports a wide range of frameworks and tools integration for web testing and app test automation, such as Selenium, Cypress, Playwright, Puppeteer, Taiko, Appium, Espresso, XCUITest, and so on. Running your test scripts on the test execution… Continue reading Lambda Test
Performance testing-Point Australia using jmeter
Compatibility Testing
TRS-2694-Pre-populate the FX screen for DAF in Fund to fund screen.
Interfacing testing
What is Interface Testing? Interface Testing is defined as a software testing type which verifies whether the communication between two different software systems is done correctly. A connection that integrates two components is called interface. This interface in a computer world could be anything like API’s, web services, etc. Testing of these connecting services or… Continue reading Interfacing testing
What is integration testing?
Integration testing — also known as integration and testing (I&T) — is a type of software testing in which the different units, modules or components of a software application are tested as a combined entity. However, these modules may be coded by different programmers. The aim of integration testing is to test the interfaces between the modules… Continue reading What is integration testing?