difference Between Call Run action and copy of action?
Answer Posted / durgeshwari.m
Call to Run/Existing Action -
We cannot make any changes , Its Read Only mode.
Call to Copy Action -
It is Read and Write Mode . We can make any changes in Script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
How to explain a banking project in interview as a test engineer???
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
what is clean sweep?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Explain process of smart Identification in QTP?
Explain types of descriptive programming?
How to record a qtp script ?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How the exception handling can be done using quicktest professional?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How many add-ins comes by default with qtp?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression