How to list name of subfolders of a folder
Let’s assume, we have D:PFolder where 3 subfolders present named as sun1, sun2 & sun3 We will use FileSystemObject as…
Let’s assume, we have D:PFolder where 3 subfolders present named as sun1, sun2 & sun3 We will use FileSystemObject as…
————————————————————————————————————————- Windows Vista Method 1 Click Start, then click on Run or Start Search. Type msinfo32.exe and then press Enter…
What is node.js Node.js is a very powerful JavaScript-based framework built on JavaScript. It is used to develop I/O intensive…
Set f1 = CreateObject(“Scripting.FileSystemObject”) Set f2 = f1.GetFile(“D:QTP_TESTtest.docx”) S = “File was Created on: “&f2.DateCreated Msgbox S
Try below code to find your application window/child windows by using TestStack.White framework – Lets take NotePad as our application…
There are situations where we have more than one instance of processes running, but by using windows task manager we…
There are situations you need to enable and use fingerprint security feature, but let’s say you are using android simulators,…
In our previous post, we have discussed how to use explicit wait in selenium with python, python library provides many…
What is requirements.txt & it’s advantage When a person is working on a python project and added some python libraries…