how can we write descriptive programming for menus when qtp
is not able to identify it..and how can we write
descriptive programming for partially identified and non
standard objects..do i have to map the objects before
writing the script
Answers were Sorted based on User's Feedback
Answer / maddy
You can send ur queries to my mail madofmaddy@rocketmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nandishpatil
I would suggest you to refer the "Article on Descriptive
Proramming" available at the following link:
http://www.knowledgeinbox.com/QTP_DP.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
what is syncurnisation point? what is the use of this in real time environment? plz explain?
give me descriptive programing code sample flight application in qtp?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
What are the key elements available in test result window?
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
What is recovery scenario in qtp?
What is descriptive programming?
banking project description for software tester
Can you tell me QTP is support for GIS(Geography Information System) Based Software.
What is the difference between functional spec. and Business requirement specification?
Batch testing in howmany ways u perfrom in QTP