Explain how Does Run time data (Parameterization) is handled in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
How to handle dynamic objects in quicktest professional?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
what is database check point, how will you parameterize the database from seperate data table?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
Analyzing the Checkpoint results ?
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
After running scripts how you report results ,there is any specific report form
Where to use Property Let, Property Get, Property Set in UFT
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?