in a web page How to check and display a particular word from a paragraph?
No Answer is Posted For this Question
Be the First to Post Answer
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
What are the types of Object Repository’s in QTP?
how to test use the quality control .how to verify the image verification
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
can i compare two databases using QTP ?
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
What is the use of Debug Viewer?
write the vb script for call to new action in 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
Tell me one scenario, the complex functionality you have automated in your project?