the question was on what techonlogy u been working on i
said VB then he asked me the addin for VB in Qtp?
Answers were Sorted based on User's Feedback
The default addins for qtp are Activex,visulbasi,web.if u
are using qtp..that all are default addins..for runnig the
approprate applications...without vb addin u cant able to
run vb applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sriram
For more add-ins we need to get the licence form them then
only we can run the application
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramarao
In QTP default addins are activex ,vb,web,if u can use .net
flatform,if are use seperate addin that is .net, if ur use
jave flat form ur sue jave addin,if u go for maineframe ,
ur use main frame addin.
it will be support for all the appliavtions that is client
server or webapplications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramchandra patil
posted question is not correct(addin for VB!)...please can
you re write the question what exactly interviewer asked?
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the extension of script and object repositary files?
can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
What is test object?
Hi guys, can anyone explain me whats the method for reporting the QTP test results to teamlead or non-QA member (developer/PM)? Thanks in Advance!!!!!
Explain the check points in quicktest professional (qtp)?
hi.what is exactly mean by real time frame work? every institute teach Framework is nothing but having 6 to 7 folders..and save repositories functions keywords and scripts? this is enough or not? can we beleive?
from what stage you will start automation in your project
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
Why QTP is termed as a Record and Playback tool?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?