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 / siva reddy (us)
var=dialog("Login").winedit("username").getvissibletext
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
What does it mean when a check point is in red color? What do you do?
How to break the object spy ?
What are the advantages of qtp?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Mention what are the different types of recording modes in qtp? Which will be used when?
What are the trigger events in qtp?
what is keyword driven testing in qtp?n how is it useful?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Where is the Bitmap checkpoint information stored?
Please guide me release notes of Automation once scripts are completed
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
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