Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Answer Posted / dinesh1433
if Team Size is big
if objects are dynamic
if it is require to start automation before build release
it is easy to use
it is easy for maintance
it is independent of QTP versions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we handle run-time errors?
What does mean by Scope of Automation?n How we defined it?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Which scripting language used by quicktest professional?
What is Port testing. Whhen will you perform?
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?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What are the different types of recording modes?
describe some problems that u had with automating testing tool?
Which functionalities of QTP used in banking project? pls any say answer?
How can i initiate the objects to find uniquely in OR
What is the difference in the global and action sheet in qtp?
How do you create new test sets in td?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
When and why to use descriptive programming?