Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowTwitter page opens in new windowYouTube page opens in new window
qavalidation
QA tools and automation testing techniques
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo1
    • Demo2
  • Appium
    • Appium tutorial
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • Cypress
  • More
    • TestingBasics
    • MavenBuild
  • Training
Search:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo1
    • Demo2
  • Appium
    • Appium tutorial
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • Cypress
  • More
    • TestingBasics
    • MavenBuild
  • Training

Category Archives: QTP_VBScripting

You are here:
  1. Home
  2. Category "QTP_VBScripting"

Reverse a string without using string functions – VBScript

QTP_VBScriptingMarch 4, 2014

mystr = inputbox(“Enter the String:”) ‘Option 1 –  Set r=new regexp  r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…

Read more

Arrays in VBScript

QTP_VBScriptingFebruary 18, 2014

An Array variable can have different data type values like int, char, string, Boolean etc An Array variable values can…

Read more

How to avoid scripts running recursively in QTP –

QTP_VBScriptingAugust 25, 2011

1) Check if any data present in Data Table? if yes, try clearing those values (delete or clear cells by…

Read more

How to get the creation date & time of a particular file

QTP_VBScriptingApril 12, 2011

Set f1 = CreateObject(“Scripting.FileSystemObject”) Set f2 = f1.GetFile(“D:QTP_TESTtest.docx”) S = “File was Created on: “&f2.DateCreated Msgbox S

Read more

How to list name of subfolders of a folder

QTP_VBScriptingApril 12, 2011

Let’s assume, we have D:PFolder where 3 subfolders present named as sun1, sun2 & sun3 We will use FileSystemObject as…

Read more
Categories
Abbreviations... ADBcommands Agile API Appium Autoit Awareness... css Cypress Database Docker Eclipse ExtentReports git Internet Related JavaForQA JavascriptExecutor JenkinsCI jmeter json MacOS MavenBuild Misc Mobile Offline Installer Protractor Python QTP_VBScripting Quality Center and QC OTA SeleniumC# SeleniumPython SeleniumTesting Sikuli SoftwareTesting Some terms testng TestStackWhiteFramework TypeScript Web links WindowsOS xpath
Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Topics
  • Software-Testing
  • Selenium-Java
  • TestNG tutorial
  • Appium Tutorial
  • JavaForQA
  • Python topics
  • Protractor with TS
All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Go to Top