Posts

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