Hi frnds, does anybody know if there is anything
called "thin point" or something in qtp?
thanks in advance.
No Answer is Posted For this Question
Be the First to Post Answer
What are Add-ins availble in licensed version QTP8.2
How QTP support all types of applications (platforms)?
How to execute a WinRunner Script in QTP?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
what is the diff between Procedure and function
We stored into the objects OR and then write the scripting
when to start the automation?
How to change the run-time value of a property for an object in QTP?
How to test fly out menu in qtp?
What is the syntax to use out of two characters. Pls anybody can give the answer.. Thanks in advance...
When do go for loop condition in test?