PinnedCore Java Cheat SheetThis Core Java Cheat Sheet helps to revise the basics of Java quickly.May 17, 2023May 17, 2023
PinnedStringsIn Java, a string is an object that represents a sequence of characters. The java.lang.String class is used to create string object.Feb 5, 2022Feb 5, 2022
Program to count digits in an integer!!!Given a number N, the task is to return the count of digits in this number.May 24May 24
Explore the Java features!!!Java was developed by James Gosling at Sun Microsystems in the mid-1990s. When Java was created, it was originally designed as a language…May 24May 24
User-Friendly Accessible Applications Through Web App TestingThis blog was originally published on the Muuktest website. Link to the original post- https://muuktest.com/blog/web-app-testingApr 4Apr 4
Separation of Concerns in Designing Automation FrameworkSeparation of Concerns is a design principle that aims to separate a framework’s functionality into distinct parts or concerns, where each…Nov 27, 20231Nov 27, 20231
Smoke Testing-Functional and Non-Functional Smoke Test CasesSmoke Testing is a type of testing which is done to make sure that the basic and critical functionalities of the software is working fine…Oct 23, 2023Oct 23, 2023