How do we edit the script in QTP. Anybody can explain in
detail..Thanks in advacne...
Answers were Sorted based on User's Feedback
Answer / nalini
We can edit the scripts in expert view. editing checkpoint
properties. Inserting if conditions, loops,error handling,
comments, etc.,
| Is This Answer Correct ? | 2 Yes | 1 No |
Hi,
Can u tell me which process u r following in ur company.
are u saving the scripts in Actions or maintaining the
scripts in functional leavel.
....Nanda
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / debee prasad kar
In test pane there are two types of view,where we can create
our script
keyword view
expert view
in expert view we can only edit the script.in keyword view
we cant edit.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
how we can know qtp has used smart identification machanism during the execution.
What is the keyword view and expert view in qtp?
What are the Automation Limitations??
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How can you give wait up to 10 seconds in qtp?
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!
Where virtual objects stores results?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?