What is the Difference between test object and run time object?
No Answer is Posted For this Question
Be the First to Post Answer
How to capture screen shots when an error occurs?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
How to export quicktest professional (qtp) results to an .xls file?
What is keyword driven testing..what is the use of this in Automated testing
explain virtual object? in detailed? pls any one explain me?
What is the difference between per-action and shared?
can we take 'dim my pen is good' as a paramerter
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 connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
Where the text version of script file located in file system?
What r the different filters in defect in quality center
How to load the object repository at run time?