Posts

Showing posts from May, 2020

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