How we can add actions in the test using QTP?
Answers were Sorted based on User's Feedback
u can add new action bye using "call new action" option in
test menu (or) by pressing call new action button in test
tool bar.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ram.polavarapu
go to insert menu and click on call to new action
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can delete excel file in qtp?
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
Why is Client side image is preferred over server side image?
how to call multiple scripts in QTP at a time
Explain the keyword createobject with an example.
How to invoke Mozilla from QTP thru VB Script
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
QTP script is not working on other's machine..
Differentiate the type of test cases which can be automated and which cannot be automated?