Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Message box to collect input from user during run-time??
#1
Solved: 10 Years, 9 Months ago
Is there a function to have a message box collect information from a user during run-time? Instead of displaying information (like using msgbox ("Start Test")) but have a text field where the user enters in some info and then stores that info in the Global Action table?
Please disregard - found this in the QTP Help section.

InputBox
Reply
#2
Solved: 10 Years, 9 Months ago
use the following:

Dim a
a = inputBox("Please Enter Input")
'Variable (a) is now set equal to whatever value the user input.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to input Japanese Character through UFT Alaguraja 0 774 07-01-2020, 11:32 AM
Last Post: Alaguraja
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,350 09-16-2018, 03:48 PM
Last Post: vijilesh
  How to get input from the user in QTP? shanthiK 10 18,043 08-07-2017, 11:34 PM
Last Post: zunebuggy
  QTP not recogonising object during run time Lavanya N 2 3,526 10-28-2015, 12:46 PM
Last Post: vinod123
  Writing to Run time data table Neetha 5 11,647 08-27-2015, 10:18 AM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 2 Guest(s)