1-3 of 3 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 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
59

Functional Testing The only Answer to Quality

Functional Testing refers to the type of testing which ensures that all functional requirements are met without any consideration to the final program structure. Functional Testing confirms that the...

0 comments    qtp software testing
working