After coming to know that QTP could not identify
non-standard objects, we set those non-standard objects as
virtual objects using Virtual object wizard. But how can we
identify that qtp could not identify non-standard objects?
Answer Posted / babu
Hi Priya,
Let us say some button is there in your GUI.
If you are recording the script using QTP, if it is
recognizable by QTP then it will be recorded as ex:
button_click. Otherwise the script will become different if
QTP is not able to recognize the script.
Pls let me know if i am wrong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain quicktest professional (qtp) testing process?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Does Low-level recording capture mouse movements?
if numbers are always changing write a script for that
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Are Shared ORs read-only?
How to write business scripts using object repository with different scenarios
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
Explain how Does Run time data (Parameterization) is handled in QTP?
How many types of parameters are available in quicktest professional (qtp)?
If created one virtual object? Next time I changed the window position will it work?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks