Hi there, I've installed a trial version of QTP to see if
it works with my product but I cant automate selecting
windows from a tree view? Can anyone give me any pointers?
Many Thanks
No Answer is Posted For this Question
Be the First to Post Answer
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
What the differences are and best practical application of Object Repository?
How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
How to export QTP results to an .xls file?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
what is the difference btn risks & Therads in the Test plan documentation?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
What is the extension of script and object repositary files?
Synchronozation types in QTP
Did you face the problem, changing the properties of an object in Run Time?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?