what is the hierachy of Descreptive programming?
Answer Posted / zampanimadhur
Please mention the question clearly........ do you want the
hierarchy for the coding..
it comes like Browser browser_name page page_name obj
obj_name like that
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
Hi How to retrieve data from web element line by line?
How to use output values in qtp ?
Explain the parameter in qtp?
How many types of recording modes in the qtp?
How to check feasibility of the appliction?in automation testing?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Which scripting language used by quicktest professional?
Explain process of smart Identification in QTP?
What are the views available in qtp?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What test you perform mostly? Regression or retesting in your testing process?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?