What will be the test script in QTP to test a ComboBox
where a user has to select more than two items????
Answer Posted / ramp@oracle
systemutil.Run"path"
Dialog("Title:=Login").WinEdit("AttachedText:=Agent Name:").Set "chaitanya"
Dialog ("Title:=Login").WinEdit("AttachedText:=Password:").Set "mercury"
Dialog ("Title:=Login").winbutton("Text:=OK").Click
Window ("Title:=Flight Reservation").close
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Plz Explain AUTOMATION REFERENCE MODEL?
how will you check how many members visited the website www.infosys.com?
By using QTP can we record any log files written by the application which is in execution?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Explain the concept of object repository and how QTP recognizes objects?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What is checkpoints for qtp?
wht type of User defined functions or Java Releated functions do we write in VB scripting
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
How to check which add-ins are associated with a test in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How to use parameterization in qtp?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement