• Hubs
  • tagged automation scripts

1-5 of 5 hubssort by Hot Best Latest

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
snigdha_123 profile image62

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
Cool Metal Script75

Custom Logo Design, Graphic Design Training, Automated Scripts, Using The Gimp, Open Source, Graphic Design Software

Cool Metal Script Starscape script Starting from Scratch Choosing the Script Options The GIMP is an Open Source Photo Editing Program similar to Photoshop. It is a really great Free program that has some...

0 comments    photo editing custom logo design
bestfreeware profile image58

MortScript: FREE batch script language for Pocket PC

MortScript interprets a (quite) simple batch language. If you know .bat files in DOS or shell scripts: it's something like that. Its focus is to remote control or launch other applications, not to write real...

0 comments    business technology pocket pc
snigdha_123 profile image60

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
working