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
📌 Questions that we covered in this video: 1. How to create TestNG Project In Eclipse? 2. Simple TestNG Example with Selenium Test Cases 3. What are the Annotations of TestNG 4. Run selenium java tests with testNG using Maven 5. How to write test cases using TestNG with Selenium 📌 Brief introduction of TestNG: 1. TestNG is an automation testing framework in which NG stands for "Next Generation" 2. TestNG is inspired from Junit which uses the annotations (@) 3. TestNG is a preferred framework of QA analysts as it allows you to generate test reports in both HTML and XML formats. 4. TestNG enable you to group test cases easily which is not possible in JUnit. Good Luck for Your Learning 🙏
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
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
Simple Explanation Of JSON Agenda : 1. What is JSON 2. Uses of JSON 3. Data Types of JSON 4. Characteristics of JSON 5. Simple Example 1. What is JSON JSON-Java Script Object Notation JSON is syntax for storing and exchanging data. Basically, it was designed for human-readable data interchange It has been extended from the JavaScript language The filename extension is. json JSON internet media type is application/json 2. Uses Of JSON Helps you to transfer data from server It is widely used for JavaScript-based applications that include browser add-ons Web services and APIs use the JSON format to get public data You can transmit the data between server and web application using JSON 3. Data Types of JSON Number String Boolean Object Null Array 4. Characteristics of JSON JSON is easy to read and write It is lightweight t
Comments
Post a Comment