Hi All
I am installing QTP 8.0/8.2 in my office desktop (WIN XP)
but it is not working. Inspite Installion is succesfully
done but when i open qtp from programs it opens only first
screen of add-in and after that it disappears.
But in my other computer at home (winxp) it is working fine.
Can you please give the reason, why it is not working in
office desktop.
DEEPAK SINGH
Answer Posted / govindachary
hi depak,
u must install windows 2000 server or 2003 server in u r
system successfully,then u install qtp 8.0 or 8.2 it works
fine on windows2000/2003 server.there is a problem in
windows xp operating system.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
can i compare two databases using QTP ?
How to carry out bit map check points in QTP
images are dynamically changes how to compare two images with out using the bitmap
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Explain types of output values?
how many maximum number of virtual users we can create?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How many ways we can parameterize data in quicktest professional?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Is QTP supports Unix. If yes, then how the test automation is done?
Can launch two instances of qtp on the same machine?
how u will evaluate the tool for test automation?
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 is active screen?