what is the syntax or command in vbscript to display user
message example i want to display "welcome to QTP".
Answer Posted / shanthi
MsgBox "welcome to QTP"
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
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...!!!
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Where is the Bitmap checkpoint information stored?
What are the five challenges you faced in QTP?
Did QTP prove efficient for your project? Yes or No, explain?
Suppose I want fail that check point? How can you do that?
What are the different properties of an web object
What are the different types of qtp test assets and their extensions?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
If you are testing a web application then what will you test in that application?