I had installed QTP 9.2. It is working fine but whenever I
open QTP, it is trying to reinstall the below-mentioned
files again and again "QTP92PS82UPGRADE.exe", "recogn.dll".
If anybody has these files, please provide those files in
this site or you can send that files to my mail id also
(lravi4u@yahoo.com). If you don't know where the files will
be in the QTP, search in the QTP software CD or path of QTP
program installed (C:\Program Files\Mercury
Interactive\QuickTest Professional)
No Answer is Posted For this Question
Be the First to Post Answer
What are the challenges u faced in testing with crm domain? How u overcome with?
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
Excepton Handling?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Which functionalities of QTP used in banking project?
What is keyword driven framework?
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
what is tool interface?
Waht is Test Report , What it consists?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
why do we use both location and index identifier.
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)