how can i change the action path that called in other
action.
when i copy one action to other pc,the action"test2" calls
another action(C:\test1\action0),and i update
this"test1",the folder update to "action1",but when i
open "test2", it just point the call path to "C:\test1
\action0", but does not update to "action1",and the change
i make can be shown in test2.
so, can i update the call path manully?
thanks
Answers were Sorted based on User's Feedback
Answer / bluemoon_bala
Action 0 and Action 1 are both related to one
script/Program, Action 0 invokes Action 1. They both are
necessary while running the script.. if suppose u dont have
the folder of Action 0, copy the script from scripts.mts
file to QTP and then try to save it, then all the required
folders will be created..
I am new to testing, excuse me if i am wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manchk
use relative path where by u cannot have problem of absolute path.
| Is This Answer Correct ? | 0 Yes | 0 No |
how you test broken link using the automated tool QTP ?
Explain the new feature of UFT regarding the export of test results?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
With out using the task manager,how to close the application using vbscript and what is the statement?
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How do you learn the object in QTP?
what is the diff b/w assistive and mandatary rules of object repository in QTP???