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 / pavani prasad
Hi N Reddy,
we use use environment variable for fetching username
(system login name).
u can try this
msgbox environment.Value("UserName")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to idetfy which test cases are automated?who will deside that plz tell me
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Is it possible to change the property value at runtime? How it is possible?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What is the script for database check point, bitmapchek point, regular expression ?
Discuss quicktest professional (qtp) environment?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
I want to do QTP Certification what is the pattern of Question paper.
whare exactly we have to use functions and sub routain
How to data driven test for Win objects in QTP ?
What are the general steps involved in the data driven framework?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression