This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ******* Error: Could not find or load main class JavaClientScript.API_TestCase_Runner ******* | |
| Case 1. c:\project\bin\xyz\hello.class | |
| go inside bin -> java xyz.hello | |
| Case 2. javac -cp "abc.jar;pqr.jar;" hello | |
| put semicolon at last of the jar otherwise it won't consider as complete and hello wont be recognised | |
| ****** Error - Maven - Build is successfull but no test case get executed ********** | |
| Runner Java file should be of - Test.** (Started with Test - always capital 'T') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Java | |
| why finally ? | |
| function overloading and overriding | |
| inheritance vs class | |
| String Object vs normal String. | |
| Selenium | |
| fluent and explicit wait , xpath syntax | |
| quit vs close |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Msisdn Validation :-https://libphonenumber.appspot.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| What Are The Benefits Does WebDriver Has Over Selenium RC? | |
| Selenium RC had a complex architecture, whereas WebDriver removed those complications. The below points discuss why WebDriver is better than the RC. | |
| Selenium RC is slow because it has an additional JavaScript layer known as the core. On the contrary, WebDriver is fast as it natively interacts with the browser by utilizing its built-in engine. | |
| Selenium core can’t ignore the disabled elements, whereas WebDriver handles the page elements more realistically. | |
| Selenium RC has a mature set of APIs but suffers from redundancies and complicated commands. On the other hand, WebDriver APIs have a cleaner interface and do not have any such problems. | |
| Selenium RC doesn’t provide support for the HtmlUnit browser, whereas the WebDriver has a headless HtmlUnit driver. | |
| Selenium RC includes a test result generator to produce HTML reports. Web Driver doesn’t have any built-in reporting ability. | |
| What Are The Benefits Of Selenium Automation? | |
| There are many benefits of usi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Market Place Plugin :- | |
| 1. Install new software. | |
| 2. Install with TestNG Eclipse - http://beust.com/eclipse | |
| 2. Convert to Test NG project :- | |
| 3. Change https: to http | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | |
| <suite name="Suite"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** Sending Mail via PHP SMTP *** | |
| <?php | |
| ini_set('display_errors','on'); | |
| error_reporting(E_ALL); | |
| $result=""; | |
| if(isset($_POST['submit'])) { | |
| require 'phpmailer/PHPMailerAutoload.php'; | |
| $mail = new PHPMailer; | |
| $mail->Host='smtp.*****.com'; | |
| $mail->Port=465; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| API for Getting Near By Location :- | |
| a. Get Latitude amd longitude in HTML -5 | |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <p>Click the button to get your coordinates.</p> | |
| <button onclick="getLocation()">Try It</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Check1.html | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Bootstrap Example</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.build-electronic-circuits.com/microcontroller-tutorial-part5/ | |
| https://www.projectsof8051.com/home-appliance-control-using-mobile-phone/ | |
| https://www.instructables.com/id/Control-Electrical-Devices-From-your-android-phone/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.hostingcharges.in/hosting-coupons/godaddy | |
| https://www.hostingcharges.in/hosting-coupons/hostsoch | |
| https://www.hostsoch.in/linux-hosting.html | |
NewerOlder