Hi
Suppose u have complex Test scripts which u vl write first
and which u vl execute first
Answers were Sorted based on User's Feedback
Answer / anil
we will write complex test scripts first and will execute
easy scripts first
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / lakshman
we w'll write first Trivial scripts then i execute
Priority scripts first
| Is This Answer Correct ? | 1 Yes | 0 No |
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 do u handle an object with out name in our application using QTP 9.2?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Can we call a parameter from an action to other action?
How many scripts do you write per day. What is the average number of scripts you have written in your recent project
1 Answers CenturyLink, Optum, Value Labs,
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Which object repository we use in real time and can we merge 2 object repostiory and how?
What is the syntax for how to call one script from another?
if full in Object Repostoiory then how to load other Object Repository
HOW TO DO THE BATCH TESTING USING QTP?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)