can anyone answer this question ........in the DICTIONARY
OBJECT....i created the dictionary object in reserved object
ok....here i have some sets of values ...now i want to
retrieve the item i done too ok.......here my question is
now i saved the test and close the qtp tool ,again i opened
now i retrieve the same item in the dictionary is it
possible ????. friends when i try to do this i am getting
empty message box i mean no value will be retrieved
......ans me any one plz...
Answer Posted / raju swamynathan
The data is stored in Dictionary is used at
that point of time only. If you want to
access the data after restarting the script/
system will not get the data back since
the data is stored in temporary
memories like RAM
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the basic concept of quicktest professional (qtp)?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Explain how you can find the absolute value of the number in qtp?
How to add verification steps to tests?
What is the meaning Work bench?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What are the flaws in water fall model and how to overcome it?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How do you know the location Id of an object if you know its index id?
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 could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Explain about the quicktest professional (qtp) automation object model?
why should we give deliver good quality software?
What is the extension of qtp local repository?