Posts

Showing posts from 2020

IMP 15 #SQL (Structured Query Language) #Interview #Questions | Part-III | #SocialTechHelpLine

Image
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 3  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) #Interview #Questions | Part-II | #SocialTechHelpLine

Image
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 | #SocialTechHelpLine

Image
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

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

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

Image
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

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

Image
  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

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

Image
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.

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

Image
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. - GET - POST 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 of this article click on given URL Part -1 Introduction Part   and to watch today's demo on YouTube channel please click on below video. Guys remaining part will cover the next article i.e Part

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

Image
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

The Most Important 5 Elements Of Learning English Language | Soft Skill Development | Interview Tips

Image
Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ The Most Important 5 Elements Of Learning English Language ’ So below I am mentioning those important 5 elements of Learning English Language. The 5 Elements:  1) Listening 2) Thinking 3) Speaking 4) Reading  5) Writing Guys to watch on YouTube channel please click on below video. 1) Listening Listening is art and if you are master in it, surely you are going to be a great speaker.  A good listener is always a good speaker.  So listen English every day for at least 20 minutes in the morning and 20 minutes in the evening. 2) Thinking Thinking is a very important part of spoken English because whatever you can think, you can speak. So make a habit of thinking in English. Everything takes time. In the beginning it will be difficult but when you will practice and practice it will be part of yo

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-2 | Top Most Asked And Important 20 Java Interview Questions And Answers| Build Your Tech Skill

Image
Hello Dear Friends, I hope you are doing Good! In this article we are going to see most asked and important 20 java interview questions and their answers. And guys for the better understanding we have explained all thirty questions on our YouTube Chanel. I will share you the link and also there you can find another videos which will helpful to you.

Most Asked & Important 30 Java Interview Questions And Answers | Build Your Technical Skill | Part-1

Image
Hello Dear Friends, I hope you are doing Good! In this article we are going to see most asked and important thirty java interview questions and their answers. And guys for the better understanding we have explained all thirty questions on our YouTube Chanel. I will share you the link and also there you can find another videos which will helpful to you.

Important Interview Tips And Techniques | Types of Interviews | Avoid Mistakes And Build Your Skill

Image
Hello Dear Friends, I hope you are doing Good! In this article we are going to see below points which are the most important if you are preparing for the Interview. And guys for the better understanding we have explained below points in our YouTube Chanel. I will share you the link and also there you can find another videos which will helpful to you. List of Important Points :  1. Understand the Interview Process 2. What tips should be follow before the Interview? 3. What and how to use the STAR Pattern 4. During an Interview? 5. About Body Language 6. About Negotiating Salary

Simple DDT(Data driven testing) | Read user's detail from excel & login to application multiple times

Image
Hello Dear Friends!!! I hope you are doing well!!! So guys in today's article we are going to see below points. 1. Data driven testing using excel 2. Simple ways and methods to read data from excel file 3. Read data from excel and Automate web application 4. Use of @DataProvider annotation in TestNG framework Problem Statement : Read multiple user's credentials from excel file and login to application one by one. In last session we have created one project i.e. TestNGDemo, so  that project only will take for the today's demo. To watch last session open mentioned link :  TestNG Demo And to watch today's session on YouTube open mentioned link :   DDT Session Solution : For the demo will create two classes and using one input file as mentioned below : 1. LoginDemo.java  2. ExcelReadingMethods.java 3. Input file LoginData.xlsx 1.  LoginDemo.java  //This class is for writing the Test Cases logic package com

How to run Selenium script when system is locked?

Hello Dear Friends Have you ever faced a screen locking problem while executing your selenium script, if yes, I would suggest you to try the steps below and hope it will help you? 1. Execute test cases on VDI server: Yes, guys you can execute your test cases on Virtual desktop infrastructure (VDI) server It will provide lots of features and also you can customize the system as per your requirement. For the more information I have mentioned URL link:  VDI Site   2. Video Player: To keep your system session active and to avoid screen locking start default windows Video Player on agent machine and play any video in loop.   3. VM Player:  Download VM Player from VMware site and disable the screen lock option on the VM and run all your tests cases on their only.   4. Run test cases on Jenkins :  If you are using TestNG or any testing Framework or else you can execute your test case calling in Jenkins  So, guys as mentioned above those sol

MCQ questions for graphics class method in Java

Introduction of Graphics class in Java : The Graphics class is in java is the abstract base class for all graphics contexts. A Graphics object encapsulates state information needed for the basic rendering operations that Java supports. A Graphics class is allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.  MCQ questions for graphics class method in Java : 1. The Graphics class is the_____for all graphics contexts.      a) Main class      b) Abstract super class       c) Super class      d) Object class Answer : b) Abstract super class  2. The Graphics class is resides in_____      a) java.util      b) java.lang      c) java.applet      d) java.awt Answer: d) java.awt  3. Syntax to create new Graphics object is create()      a) True      b) False      Answer : a) True 4. Which method is not part of the Graphics() class      a) clearRect(int x, int y, int wid