I am trying to install QTP 9.5 but i am getting error
message saying that ("Path is \QuickTest
Professional\bin\vb_init.exe") vb_init.exe file is not find.
can anybody give me the advise what to do ?
No Answer is Posted For this Question
Be the First to Post Answer
Define virtual object?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
What is the difference between client server application and web based application?
what is a test strategy & what is the difference between test strategy & test plan?
What are the details steps to connect a remote mysql database in QTP
How to Test the mainframe application?(tell me few basic things)
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
Can we install QTP on remote server and access it as a web application on other system (client place)? If so please let me know. Thanks in advance, Ravi
Few basic questions on commonly used Excel VBA functions.
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.