Which line will be executed
1-B(DP).P(OR.link(DP)
2-B(OR).P(Or).Link(DP)
Answers were Sorted based on User's Feedback
Answer / uday
Ans is 2.
Once we start descriptive programming in a statement, we
should follow DP, no OR afterwards.
| Is This Answer Correct ? | 8 Yes | 0 No |
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
What is the difference between analog and low level recording?
How to see the screens after running test in QTP?
key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How to record & run on Japanese language application using english version of QTP ???
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
How we can add objects to the object repository during the running?is it possible or not?explain