1-10 of 20 hubssort by Hot Best Latest

71

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
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
padhaku profile image70

QTP interview Questions with Answers

#1. What is the significance of regular expression in QTP? >             In order to carry out tests in QTP each and every objects are searched in the object repository (OR). An object in a...

0 comments    testing qtp
63

Non Functionality Testing

Aim of Non Functional Testing: Such tests are aimed to verify the non-functionality factors related to the customer expectations. Following testing techniques are employed to validate the various...

0 comments    technology qtp software testing
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
60

Run time Debugging through Print utility statement in QTP

I believe you have used "msgbox" function almost every time for debugging purposes i.e. displaying some text at run time. But the problem with "msgbox" function is that it keeps open till you close it and...

0 comments    qtp dialog box debugging
53

What stages we need to pass through for Keyword Driven Testing in QTP?

With the help of keyword-driven testing approach we can bifurcate most of the programming activities from the actual testing activities. This way testers can create their tests much earlier and are able to...

0 comments    qtp object repository
50

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
51

Effective Software Testing by Business Management Approach

It is of great importance for a testing manager that he understands the importance of his being both an affective manager as well as a good leader. A testing manager can be effective towards his team, if...

0 comments    technology qtp software testing
48

manualTesting

Manual testing Test the application manually by using the testing technique. Testing process is vary from company to company. following are the testing steps Study the requirement specification...

0 comments    testing manual software testing
working