can any one please tell me which is the best institute in
Bangalore to learn QA (crash course)? Thanks
No Answer is Posted For this Question
Be the First to Post Answer
Explain QTP using different development techniques ?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
How did u write macros?What is the main importance of VB macros in testing environment?
Did you face the problem, changing the properties of an object in Run Time?
Check point what is how many types of checkpoint and explain
How the automated tests in org
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
What is the use of text output value in quicktest professional (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
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
What do you to script when objects are removed from application?
Hi all, what is the latest version of QTP?