• Hubs
  • tagged automation testing

1-6 of 6 hubssort by Hot Best Latest

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
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 image67

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
47

whytesting

Why Testing ? For Beginners,software testing. Testing means not only find the bugs,It is the process to verify whether the software is working according to the customer’s requirement specification or...

0 comments    software testing qtp
46

How to use Verification Point Comparator Utility of RFT for comparing the Verification Point Data?

  We use the "Verification Point Comparator" for comparing the verification point data after playing back a script with a verification point and to update the baseline file. In case the verification point...

0 comments    rft automation testing
46

Guidelines to create Best Test Automation Frameworks?

Every testing organization endeavors to build test automation frameworks, which are the best & robust. However this is not an easy task & involves great amount of challenge.Following guidelines are helpful...

0 comments    qtp test automation
working