Hi can anyone pls suggest how to fetch username(system
login name)and system name in to qtp.I am not using TD or
QC.Thx
Answer Posted / anonymous
I think, this works...
But make sure before using it...
xx = Dialog("Login").WebEdit("userName").GetText
'GetText gives you the text from the Edit Box- I think...
msgbox xx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional?
What are the technologies supported by qtp?
how to know no.of mails in our g mail by using vb-script
When and why to use descriptive programming?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
When you open QTP, how many sheets you can see?
We stored into the objects OR and then write the scripting
how did u use automating testing tools in ur job?
How you calling actions in qtp?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is QTP’s model for test creation?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
how to evalute defects in QTP script?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How the exception handling can be done using quicktest professional?