what is the difference between seat and concerent licenses.
Answers were Sorted based on User's Feedback
Answer / sharan
seat license - single user license
concurrent - multiple users could use the same license
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / rajendraprasad medepalle
Seat license:
A permanent license that is specific to the computer on
which it is installed. When you first install QuickTest,
this license includes a 14-day demo period during which you
must contact HP to obtain a permanent seat license key.
After you receive the seat license key, you can activate it
to work with QuickTest Professional permanently.
Concurrent license :
A concurrent license regulates the number of QuickTest
Professional concurrent users. You can work with a
concurrent license only if a concurrent license server is
installed on your local network, and that license server
has at least one available license that is not currently in
use.
Thanks,
Rajendra
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sivakumarreddyoduru
seat license is a temporary license in single computer....
concerent licenses is a perminant license in multiple
computer...
| Is This Answer Correct ? | 6 Yes | 1 No |
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
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
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
Object repositories types, which and when to use?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
why we are using environment variables instead of global variables?
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
w is fragmentation and paging
Could any one suggest web site links to learning VB Script for QTP purpose??