Discuss quicktest professional environment?
No Answer is Posted For this Question
Be the First to Post Answer
What are Add-ins availble in licensed version QTP8.2
What are the different scripting languages you could use when working with QTP ?
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
What is the "Release Notes", what it cosists? Key components in Release Notes ?
what is review
write a qtp script to see time in windows command prompt? its urgent....
How to analyzing the checpoint results?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
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
How u perform Batch Program in QTP?