anybody give me the real time example for descriptive
programming of web application
Answer Posted / lakshmanalal kintali
the idea behind the descriptive progrmming is not bypass
the odject Repository but helps the recognize dynamic
objects.in D.P u don't store the object and its properties
values in O.R but mention the properties values in directly
on the script
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the check points in quicktest professional?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What are the differences between qtp and winrunner?
What is CMMP and CMMH?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
what is the difference between IE & Netscape in web testing on a log in page
Can we create user defined functions in qtp?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Explain in brief about the quicktest professional (qtp) automation object model?
what is object and child object.. explain ..if possible give some example for better understanding ..
please post the interview questions for QA position in FACTSET
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..