1-10 of 20 hubssort by Hot Best Latest
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 commentsQTP 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 commentsQTP 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 commentsNon 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 commentsQTP 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 commentsRun 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 commentsWhat 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 commentswhytesting
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 commentsEffective 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 commentsmanualTesting
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





