• Hubs
  • tagged qtp scripts

1-4 of 4 hubssort by Hot Best Latest

snigdha_123 profile image66

QTP Script for Data Driven Testing using Notepad

My Article in Ezine Articles  Script for data driven testing Set f=createobject("scripting.filesystemobject") Set f1=f.createtextfile("d://file1.txt") f1.writeline"aaa bbb" f1.writeline"ccc ddd"...

3 comments    technology testing automation
snigdha_123 profile image59

QTP Script To Count no. of Checkboxes and to Check All Checkboxes in a Webpage

QTP Script to count no. of checkboxes in a webpage(pingomatic.com). Set a=Description.Createa("html tag").value="input"a("type").value="checkbox" Set...

2 comments    technology testing qtp
snigdha_123 profile image72

Datatable Methods

My Article in Ezine ArticlesDatatable Methods are used for performing the operations on the runtime datatable. AddSheet:-It is used for adding a new sheet to runtime datatable. ...

3 comments    technology testing qtp
68

QTP Tutorial: Moving mouse to a particular object

Sometimes its required to place your mouse cursor on an object in your application and then perform some operation like clicking that object or even right clicking. I have created a short QTP tutorial for...

0 comments    qtp qtp script
working