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 retrieve alpha bate from the alphanumeric string with special character.
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
To which environments does QTP supports ?
Have you used xml check point in your project?
Explain Checking XML....
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
In an interview what r the questions asked in qtp related project? pls any answer this question?
what is difference between application testing and product testing?
Can I import a excel sheet in Action1 datatable? How?
What are the types of properties that quick test learns while recording?
Diff B/w Webserver and Client Server