Skip to content
automationScript logoautomationScript logo
  • Home
  • Blog
  • Protractor
        • Files using JavaScript
          • How to rename a file using JavaScript
          • How to delete a file using JavaScript
        • Database
          • Javascript SQL server database connection example
          • Javascript MSSQL Database Connection Example
        • Excel Files using JavaScript
          • Write data to Excel files
          • Read data from Excel Files
        • Web Page operations using JavScript
          • Get data from HTML table
          • Select a dropdown
          • Check/Uncheck checkbox
        • Config files for Protractor
          • With multiple browser size handling
          • With multiple environment handling
          • With Proxy handling
  • Java
        • String Manipulations with Java
          • Prime number program using Java
          • String related methods
          • Date and Time methods
        • Excel Files using Java
          • How to Write data in Excel file using Java and Apache POI
          • How to read excel file In Java- 100% Working code
          • CSV Test Data Handling using Java
          • Excel handling for automation
          • Excel Test Data handling using Java
        • Database
          • How to read MongoDB document in java | Connect to MongoDB server
          • JDBC Database connections
        • Files using Java
          • Create files using Java
          • Read text files using Java
          • Write text files using Java
          • Text file Reading and Writing
  • Selenium
        • Webpage
          • How to find broken links in Selenium WebDriver
          • How to select dropdown in Selenium using the Select class
          • How to get all options from a dropdown in Selenium WebDriver
          • How to handle web table in Selenium WebDriver
          • How To Highlight Element Using Selenium WebDriver
          • How to perform Mouse Hover in Selenium WebDriver
          • Checkbox Operations
        • Automation Framework
          • Page object model (POM) using By Class in Selenium
          • Create Object Repository in Selenium using Properties file
          • Use JavaScriptExecutor With Selenium
          • Use ExecuteScript to run JavaScript With Selenium
        • API Testing
          • How to perform API Testing with REST-assured | Rest Assured API Testing with Example
        • Cucumber
          • Cucumber Runner Class
  • VBScript
        • Files/Folders (FSO)
          • How to read text file using VBScript – FileSystemObject
          • How to create a text file using VBScript – CreateTextFile
          • How to create a folder using VBScript – FileSystemObject
          • Delete temporary files utility
          • How to write text file using VBScript
          • Compress files using VBScript
        • Common VBScript functions
          • Error Handling
          • Outlook automation
          • Date and Time related functions
          • String related functions
        • Excel functions with VBScript
          • Excel handling
          • Read data from Excel files
          • Write data to Excel files
          • Search data from Excel files
  • UFT
        • UFT functions for Webpage
          • How to select all text using UFT- CTRL+A and CTRL+C method
          • How to verify the position of an object using UFT on a webpage
          • How to verify presence of scrollbar using UFT
          • How to verify object property using UFT
          • Change screen resolution using UFT
          • Webpage operations
          • Webtable operations
        • UFT Settings
          • Synchronisation In UFT​
          • How to associate function library at runtime in UFT- Complete code
          • Change screen resolution using UFT
          • How to create Action Template in UFT
        • Database with VBScript
          • Database connections
        • Network connections
          • How to ping a network using VBScript
          • Upload a file through FTP using VBScript
          • Connect to a network using VBScript
          • Disable a firewall using VBScript
        • XML Handling
          • Validate XML using VBScript
          • Modify XML using VBScript
        • Automation Framework
          • UFT- Automation object model
          • Add object repository at runtime in UFT
          • Outlook automation Using VBScript-Automatic Email Sender
  • Tools
    • Jenkins
      • How to integrate Selenium with Jenkins – Step-by-step Example
      • How to configure selenium with Jenkins – Parallel Execution complete tutorial
      • How to read console output in Jenkins during Build – 100% working code block
  • Questions
        • Interview Questions
          • Selenium Interview Questions
          • Top 50 API Testing Interview Questions
          • SQL Queries for Testing interview
  • Donate
automationScript logo

Troubleshooting

How to get most repeated value from excel using VBScript
vbscript

How to get most repeated value from excel using VBScript

December 12, 2022December 14, 2022 Updated onDecember 14, 2022

In order to get most repeated value from excel using VBScript, we have a ready-to-use function created in VBScript. All you need to do is…

Read More How to get most repeated value from excel using VBScriptContinue

How to create a folder using VBScript – FileSystemObject
UFT vbscript

How to create a folder using VBScript – FileSystemObject

November 27, 2022November 27, 2022

FileSystemObject can be used to create a folder using VBScript. FileSystemObject also known as fso is one of the most efficient tools provided by VBScript. We…

Read More How to create a folder using VBScript – FileSystemObjectContinue

How to ping a network using VBScript
Troubleshooting vbscript

How to ping a network using VBScript

November 21, 2022November 27, 2022 Updated onNovember 27, 2022

You can ping a network using VBScript. Yes, you read it right. We don’t know how many times we must have the necessity to ping…

Read More How to ping a network using VBScriptContinue

How to handle SSL certificate error in Chrome
Selenium Troubleshooting

How to handle SSL certificate error in Chrome

November 6, 2020November 13, 2022 Updated onNovember 13, 2022

How to handle SSL certificate error in Chrome Sometimes while working on automation of an application, we face SSL error and it becomes hard to…

Read More How to handle SSL certificate error in ChromeContinue

How to use Protractor with Eclipse IDE
Troubleshooting

How to use Protractor with Eclipse IDE

August 18, 2020March 30, 2021 Updated onMarch 30, 2021

Beginners find it difficult to decide on which IDE/Code editor to use for protractor test automation framework. Every online tutorial proposes something different which makes…

Read More How to use Protractor with Eclipse IDEContinue

How to handle SSL Error in chrome using UFT
UFT Troubleshooting

How to handle SSL Error in chrome using UFT

July 24, 2020November 13, 2022 Updated onNovember 13, 2022

How to handle SSL Error in chrome using UFT Sometimes while workin on automation of an application, we face SSL error and it becomes hard…

Read More How to handle SSL Error in chrome using UFTContinue

How to resolve Fireevent not working issue in UFT
Troubleshooting UFT

How to resolve Fireevent not working issue in UFT

August 1, 2016November 27, 2022 Updated onNovember 27, 2022

Is FireEvent not working in your UFT Script ?? UFT provides a very easy to use and robust in built method to click on objects…

Read More How to resolve Fireevent not working issue in UFTContinue

Categories
  • javascript
  • jenkins
  • Protractor
  • Selenium
  • Testing Methodologies
  • Testing Tools
  • Troubleshooting
  • UFT
Tags

APACHE code java javascript jenkins selenium uft vbscript

Latest Posts
  • Read write excel file in Java and Apache POIJanuary 26, 2023
  • How to use Page Factory in Selenium Page object modelJanuary 11, 2023
  • How to read an XML file using javaJanuary 6, 2023
  • How to read a JSON file using javaJanuary 5, 2023
  • How to select a dropdown using PuppeteerJanuary 5, 2023
Follow Us
  • Facebook
  • Twitter
  • GitHub
  • LinkedIn
automationScript logo
A code repository dedicated to Test Automation tools. We have commonly used code blocks for major test automation tools to setup your test automation quicker.
Just 100 % working code !
Tools
  • Selenium
  • UFT
  • Protractor
  • Jenkins
  • Cucumber
  • REST-assured
  • VBScript
  • Java
Quick Links
  • About Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
  • Sitemap
  • Contact Us
  • Guest Post
Let's Connect
Linkedin Facebook Twitter Instagram Youtube
  • contact@automationscript.com
  • +91 96432 40051
Copyright © 2021 automationScript.com
Powered by Nu Pull Technologies
  • Home
  • Blog
  • Protractor
    • Files using JavaScript
      • How to rename a file using JavaScript
      • How to delete a file using JavaScript
    • Excel Files using JavaScript
      • Write data to Excel files
      • Read data from Excel Files
    • Web Page operations using JavScript
      • Get data from HTML table
      • Select a dropdown
      • Check/Uncheck checkbox
    • Config files for Protractor
      • With multiple browser size handling
      • With multiple environment handling
      • With Proxy handling
    • Database
      • Javascript SQL server database connection example
      • Javascript MSSQL Database Connection Example
  • Java
    • String Manipulations with Java
      • Prime number program using Java
      • String related methods
      • Date and Time methods
    • Database
      • How to read MongoDB document in java | Connect to MongoDB server
      • JDBC Database connections
    • Excel Files using Java
      • How to Write data in Excel file using Java and Apache POI
      • How to read excel file In Java- 100% Working code
      • CSV Test Data Handling using Java
      • Excel handling for automation
      • Excel Test Data handling using Java
    • Files using Java
      • Create files using Java
      • Read text files using Java
      • Write text files using Java
      • Text file Reading and Writing
  • Selenium
    • API Testing
      • How to perform API Testing with REST-assured | Rest Assured API Testing with Example
    • Webpage
      • How to find broken links in Selenium WebDriver
      • How to select dropdown in Selenium using the Select class
      • How to get all options from a dropdown in Selenium WebDriver
      • How to handle web table in Selenium WebDriver
      • How To Highlight Element Using Selenium WebDriver
      • How to perform Mouse Hover in Selenium WebDriver
      • Checkbox Operations
    • Cucumber
      • Cucumber Runner Class
    • Automation Framework
      • Page object model (POM) using By Class in Selenium
      • Create Object Repository in Selenium using Properties file
      • Use JavaScriptExecutor With Selenium
      • Use ExecuteScript to run JavaScript With Selenium
  • VBScript
    • Files/Folders (FSO)
      • How to read text file using VBScript – FileSystemObject
      • How to create a text file using VBScript – CreateTextFile
      • How to create a folder using VBScript – FileSystemObject
      • Delete temporary files utility
      • How to write text file using VBScript
      • Compress files using VBScript
    • Excel functions with VBScript
      • Excel handling
      • Read data from Excel files
      • Write data to Excel files
      • Search data from Excel files
    • Common VBScript functions
      • Error Handling
      • Outlook automation
      • Date and Time related functions
      • String related functions
  • UFT
    • UFT functions for Webpage
      • How to select all text using UFT- CTRL+A and CTRL+C method
      • How to verify the position of an object using UFT on a webpage
      • How to verify presence of scrollbar using UFT
      • How to verify object property using UFT
      • Change screen resolution using UFT
      • Webpage operations
      • Webtable operations
    • UFT Settings
      • Synchronisation In UFT​
      • How to associate function library at runtime in UFT- Complete code
      • Change screen resolution using UFT
      • How to create Action Template in UFT
    • Automation Framework
      • UFT- Automation object model
      • Add object repository at runtime in UFT
      • Outlook automation Using VBScript-Automatic Email Sender
    • Database with VBScript
      • Database connections
    • Network connections
      • How to ping a network using VBScript
      • Upload a file through FTP using VBScript
      • Connect to a network using VBScript
      • Disable a firewall using VBScript
    • XML Handling
      • Validate XML using VBScript
      • Modify XML using VBScript
  • Tools
    • Jenkins
      • How to integrate Selenium with Jenkins – Step-by-step Example
      • How to configure selenium with Jenkins – Parallel Execution complete tutorial
      • How to read console output in Jenkins during Build – 100% working code block
  • Questions
    • Interview Questions
      • Selenium Interview Questions
      • Top 50 API Testing Interview Questions
      • SQL Queries for Testing interview
  • Donate
Search