I am using Shared OR, and my collegues are also using
Shared OR. How to merge Object Repositories?
Answers were Sorted based on User's Feedback
Answer / srikanth
Hi Murali,
can u pls give me ur mailid and phone number, so that i
wil b contact u directly. pls do the favour..
Thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nani
QuickTest Professional enables you to merge two shared
object repositories into a single shared object repository
using the Object Repository Merge Tool.
Tools > Object Repository Merge Tool.
enter primary file and secondary file.
then OR merge tool automatically merge the two OR in to a
one OR.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
wt is frame work wt r d different types of frame works used in ur company
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
i have string "I LIKE INDIA"..how to i get LIKE from the sting..
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
How you can replace string in qtp?
i am testing an online shopping application.I CLICK on a link "ADD TO CART" of that application a "new page" is open and then click on any object of that "new page". after that when i run this SCRIPT then on this "new page" QTP always shows error of "OBJECT NOT FOUND". How i solve this problem ?
can any one give me the doccument how to test aproject developed in java language in qtp can here can we use the general vb scripting or we have to use java script here if we have to ese the java script here can any one send me the manual for it means how to write descriptive programming for it thanks in advance
how will u choose a tool for test automation ?