what is the use of descripting programming?
Answer Posted / kiran
1) Avoiding OR
2).When application under test (AUT) is not ready.But if we
the objects and their properties then we can prepare the script
3).If same type of objects present in multiple pages then it
is difficult to maintain object repository then also we can
go for descriptive programming
4)we can improve performance if we use DP instead of using OR
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we Test Welcome Screens and Process Images with QTP
How to connect to a database?
How to use setroproperty?
What are the different kinds of test steps?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to use transactions in qtp?
Can we create a qtp test from qc?
Can we run test with out adding object in object repository? How it is possible?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
when to start the automation?
what QTP Options do you know?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.