hai, i am doing QTP by own. So, i am confident in
checkpts,synchronization, data driven test, recovery
scenarioe manager etc. but actually i don't know how all
these we wil implement while we r writting code manually.
when we r doing practice, while recording code is
automatically generated but in real time i heard that we
have to write the script.But i don't know how it is?
How to write descriptive prog.? plz. tel me what r the
basic things we have to know? explain how to write
descriptive prog.? explain me with an example pls.......
Answers were Sorted based on User's Feedback
Answer / priya
Hi,
Descriptive programming means providing description of
objects in the script itself to identify the objects.
we will write DP in 2ways.
1.by using properties collections
2.by using Description.create
example:
Dialog("text:=login).winedit
("attachedtext:=username").set "xxxx"
dialog("text:=login").winedit
("attachedtext:=password").set "yyyy"
Dialog("text:=login").winbutton("text:=ok").click
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srujan
Hi your saiyng that, doing your own..just go to help and
type descriptive propg in QTP help then u can find the ways
to write the desc pro. the syntax for writing descriptive
pro is "property := value" just findout..
| Is This Answer Correct ? | 0 Yes | 0 No |
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
What is object identification?
Difference between image checkpoint and bitmap checkpoint
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
Does QTP work in UNIX environment
5 Answers BirlaSoft, C1 India,
Discuss quicktest professional environment?
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
what is meant by "Parameterization technique"?
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
what is reusable action and how the same can be implemented (process)?
Explain different recording modes?