how to test one edit box using dotnet addin for Web Applications? write script?
Answer Posted / shiva
wbfbrowser("***").wbfpage("***").wbfedit("***")
this is right
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different recording modes?
what are the utilities and drivers
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Whats the realtime QTP testing process
Why qtp the best testing tool?
What is reusable action?
Why to use descriptive programming?
Describe how Smart Identification is used
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
When ‘option explicit’ keyword is used in qtp?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How to connect to a database?
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...!!!