Posts

Smoke Testing Vs Sanity Testing with Realtime Example

Image
📌 Smoke Testing and Sanity Testing are types of software testing, but they focus on different purposes. ❓ Smoke Testing: 💡 Purpose : To check if the basic functionalities of the application are working after a new build or deployment. 💡When : After a new build or release, to make sure the critical features don’t break. 💡Scope : Broad but shallow testing to ensure the stability of the build. 💡 Real-time Example : Imagine a new version of an e-commerce app is released. In smoke testing, you’d check if: 1. The app launches. 2. Users can log in. 3. Products load on the homepage. 4. Payments can be initiated. If these key features are working, the build is considered stable for further testing. ❓ Sanity Testing: 💡Purpose : To verify that specific bugs or issues are fixed and that no further problems have been introduced. 💡When : After a minor change or bug fix in the software. 💡Scope : Narrow but deep testing focused on specific functionality. 💡Real-time Example: If th

Automate Eclipse IDE Using AutoIT | Simple Practical Demo On How To Automate Any Desktop Application

Image
Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting topic. And the topic name is ‘ Practical Demo on How to Automate Desktop Application Using AutoIT ’ And for the automation we are using Eclipse IDE as Desktop Application, it is interesting right? So, for the demo we required below mentioned pre-requisites. Pre-requisites : Eclipse IDE –As Desktop Application SciTE Script Editor – To write the AutoIT Script Guys if you do not know how to install and how to use AutoIT, I would suggest you to watch my tutorials related to this AutoIT topic. Link :  AutoIT Demo From Basic To watch today's tutorial i.e Automate Eclipse IDE Using AutoIT | Simple Practical Demo On How To Automate Any Desktop Application  click on below image.

Part-1 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library

Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ Part-1 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library & TestNG ’. Below I am mentioning the Agenda of this topic. Agenda 1) What is Rest-assured? 2) Why need Rest-Assured? 3) Required Pre-requisites  4) Steps to setup Rest-assured project 5) Practical demo by using different request types  GET POST PUT DELETE Will see and discuss each point as mentioned above and to watch on YouTube channel please click on below video . 1) What is Rest-assured? REST Assured is a Java Domain Specific Language API for simplifying testing of RESTful web services.  REST Assured API can be used to invoke REST web services and match response content to test them.  Rest Assured has methods to fetch data from almost every part of the request and response no matter how complex the JSON

Part-3 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library

Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library ’ So below I am mentioning the agenda of today's article. Agenda:  1) How to write RestAssured Code in eclipse IDE and what are the steps. 2) How to get response from different APIs using RestAssured. 3) How to use different request types as mentioned below in RestAssured and how to      get response using mentioned request. - PUT - DELETE 4) How to validate status code of response Guys above mentioned points we have explained on YouTube channel for the better understanding. Guys to read introduction part and Part-2 of this article click on given URL   Part -1 Introduction Part   and  Part-2   and to watch today's demo on YouTube channel please click on below video.

Rules of Success | Success Stories of Legends To Stay Happy And Motivated In This COVID-19 Pandemic

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is  Success Stories of Legends To Stay Happy And Motivated In This COVID-19 Pandemic . And this topic is to  Change your mindset to reach your goals. So have created a video on our YouTube channel and in this video you will get 10 best Rules of Success of below mentioned 9 successful Legends . 1) Bill gates 2) Leonardo DiCaprio 3) Warren Buffett 4) Mark Zuckerberg 5) Jeff Bezos 6) Elon Musk 7) Will Smith 8) Steve Jobs 9) Gary VeeHow  To watch on YouTube channel click on YouTube URL. Video Link

How to scroll tables using selenium WebDriver and Java | Selenium Practice

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is  How to scroll tables using selenium WebDriver and Java | Selenium Practice . To Scroll Down:  import org.openqa.selenium.JavascriptExecutor; WebDriver driver = new ChromeDriver(); JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("scroll(0, 500)"); //y value '250' can be changed To Scroll Up: JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("scroll(500, 0)"); //x value '500' can be  changed To Scroll Bottom of the Page: JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("window.scrollTo(0,Math.max(document.documentElement.scrollHeight,document.body.scrollHeight,document.documentElement.clientHeight))"); Please visit on our other platforms:  ðŸ‘‡ Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Inst

AutoIT V3 Tutorial | Download and installation steps | Practical Demo with Selenium And TestNG

Hello Friends, In this article we are going to learn about AutoIT. Have you ever faced a problem while downloading files from web Application or uploading files in web Application and handling windows based alert or pop ups. Yes, if you are using Selenium WebDriver then you definitely went through this situation. So for that purpose only I have decided to write a simple article on AutoIT so it is useful for the beginner as well as experienced people. To watch practical demo click on URL :  Practical demo of AutoIT Below are the questions which we are going to discuss in this article: 1. What is AutoIT ? 2. Why to use AutoIT ? 3. How to download and setup AutoIT on windows system 4. How to write AutoIT script 5. How to automate application using AutoIT, Selenium And TestNG So let’s get started and learn step by step 1. What is AutoIT ?  AutoIT or AutoIT V3 is a freeware   scripting language tool and it is used for automating windows based GUI. AutoIT script

IMP 15 SQL (Structured Query Language) Interview Questions | Part-II | By SocialTechHelpLine

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is part 2 of  IMP 15 #SQL (Structured Query Language) DB #Interview #Questions . So have created a video on our YouTube channel for the better understanding . Video Link Please visit on our different platforms:  ðŸ‘‡ Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Instagram Channel  :   https://www.instagram.com/jobsmails18 LinkedIn            :  https://www.linkedin.com/in/social-tech-helpline-3275561a8

IMP 15 SQL (Structured Query Language) DB Interview Questions | Part-I | By SocialTechHelpLine

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is  IMP 15 #SQL (Structured Query Language) DB #Interview #Questions . So have created a video on our YouTube channel for the better understanding . Video Link Please visit on our different platforms:  ðŸ‘‡ Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Instagram Channel  :   https://www.instagram.com/jobsmails18 LinkedIn            :  https://www.linkedin.com/in/social-tech-helpline-3275561a8

Print Hello World In Different Programming Languages | Boost Coding Skill | Developer Life

Hello Dear Friends, I hope you are doing Good.!! In this tutorial we are going to see a very interesting topic and this is  Print #Hello #World In Different Programming Languages . So have created a video on our YouTube channel and in this video you will get different syntax of various programming languages to print 'Hello World' . You will get syntax for the below mentioned programming languages. 1) Java 2) Swift 3) C 4) C++ 5) PHP 6) Python 7) Visual Basic 8) .Net 9) Bash 10) C# 11) CopyScript 12) JavaScript 13) JQuery 14) Julia 15) Objective-C 16) Matlab 17) Pascal 18) R 19) Perl 5 20) VbScript To watch on YouTube channel click on YouTube URL. Video Link Please visit on our different platform: 👇 Blog Site          :  https://socialtechhelpline.blogspot.com Facebook Channel   :  https://fb.me/socialtechhelpline Instagram Channel :   https://www.instagram.com/jobsmails18 LinkedIn           :  https://www.linkedin.com/in/social-tech-helpline-3275561a8