What is Test Plan in Testing? Author: neptune | 30th-Oct-2022 | views: 182 #Testing A Test Plan Document mentions in detail the objective of testing along with other core information like the internal beta team, target market, hardware and resource requirements, etc...
Roadmap To Become Test Automation Engineer Author: neptune | 25th-Jun-2022 | views: 691 #Testing When I was starting my journey in test automation, a lot of questions comes to my mind. Such as…. “From where do I start?” “Best tools to use?” “Which Programming language?” “How to plan your work?”...
Different types of software testing ? Author: neptune | 27th-Jul-2022 | views: 941 #Testing#IT Testing is the process to improve the performance of software. Examples: Unit, Integration, Regression, Smoke, Alpha, Beta, System, Stress Performance, Object-Oriented Testing etc...
“Stay Hungry Stay Foolish” - Speech by Steve Jobs Author: neptune | 22nd-May-2022 | views: 2422 #Motivation At Stanford University Steve Job’s address commencement in 2005 is one of the most famous speeches “Stay Hungry Stay Foolish”. It has been described as 'life-changing” speech...
How do you know “You are Rich?” - By IIT Student. Author: neptune | 13th-Oct-2022 | views: 1434 #Motivation We all thought that we knew answer and we replied as following: “ZERO" means nothing. "INFINITY" means uncountable number”. He encounter “How number can be greater than any countable number?"..
Architecture of API Gateway Author: neptune | 15th-Nov-2022 | views: 539 #API#Microservice Creating an API starts with the publisher, where it will be designed, and it will be published to the store for the consumer to explore and subscribe...
Introduction to React Author: neptune | 11th-Dec-2022 | views: 380 #JavaScript Virtual DOM is an lightweight copy of DOM. It can be changed when we want and then can be saved to the real DOM. Every change Virtual DOM efficiently rerenders the DOM...