1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP?
HOW WILL YOU OVERCOME THIS?
2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING?
3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA?
4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED?
5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU
PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM
AUTOMATION FOR IT?
Answer Posted / ram
if objects are not recognized by Qtp then will go for
assistive if those are not sufficient will go for ordinal
identifier
we can use this programming to recognize the similar type of
objects
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
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
How is the Bitmap checkpoint different from Image checkpoint?
What are the different attribute used with regular expression?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
what is defenetion of kiran can u tell me plz CVS, SVN
How can i initiate the objects to find uniquely in OR
What are the types of environment variables in qtp?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
What is optional step in qtp? How you can add optional step in qtp?
Hoe can we do retesting using functions please give the code for it using login page
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Define object spy ?
What test cases can you automate using QTP?