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

Blog – grid

You are here:
  1. Home
  2. Blog
  3. Blog – grid
View allAbbreviations...ADBcommandsAgileAPIAppiumAutoitAwareness...cssCypressDatabaseDockerEclipseExtentReportsgitgithubActionsInternet RelatedJavaForQAJavascriptExecutorJenkinsCIjmeterjsonMacOSMavenBuildMiscMobileOffline InstallerProtractorPythonQTP_VBScriptingQuality Center and QC OTASeleniumC#SeleniumPythonSeleniumTestingSikuliSoftwareTestingSome termstestngTestStackWhiteFrameworkTypeScriptUncategorizedWeb linksWebdriverIO_TSWindowsOSxpath
Sort by dateSort by name
DescendingAscending

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

How to know ur system is of 32bit or 64bit processor…

WindowsOSFebruary 23, 2010

————————————————————————————————————————- Windows Vista Method 1 Click Start, then click on Run or Start Search. Type msinfo32.exe and then press Enter…

Read more

How to install & verify Node.js / npm command [Windows / Mac OS]

Protractor, TypeScriptAugust 23, 2020

What is node.js Node.js is a very powerful JavaScript-based framework built on JavaScript. It is used to develop I/O intensive…

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 find your application window/childwindow using TestStach.White

TestStackWhiteFrameworkAugust 8, 2013

Try below code to find your application window/child windows by using TestStack.White framework – Lets take NotePad as our application…

Read more

How to end or kill multiple processes in task manager

WindowsOSJanuary 12, 2017

There are situations where we have more than one instance of processes running, but by using windows task manager we…

Read more

How to enable & use fingerprint in android simulators

Appium, MobileSeptember 6, 2018

There are situations you need to enable and use fingerprint security feature, but let’s say you are using android simulators,…

Read more

How to create your own WebDriverWait conditions

SeleniumPythonMarch 11, 2021

In our previous post, we have discussed how to use explicit wait in selenium with python, python library provides many…

Read more

How to create & use requirements.txt for python projects

Python, SeleniumPythonJanuary 18, 2021

What is requirements.txt & it’s advantage When a person is working on a python project and added some python libraries…

Read more
←1
23456789101112131415161718192021
…2223242526…
2728293031323334353637
38→
Categories
Abbreviations... ADBcommands Agile API Appium Autoit Awareness... css Cypress Database Docker Eclipse ExtentReports git githubActions 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 Uncategorized WebdriverIO_TS 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