When Recovery scenario actually starts while testing the
application?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of recording modes in the qtp?
how to retrive that the number of spaces are in a string ????
How many types of Parameters are available in QTP? and Pls Explain with example.
what is Compile Module in QTP? what exactly it contains Functions or Actions?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
0 Answers RR Donnelley, RRDonnelley,
In qtp, explain what is qrs file?
Write VB script to test given number is Prime Number
What is keyword driven testing..what is the use of this in Automated testing
Can any body tell me how can I choose the share object repository and per action object repository mode. Please give me with steps.
Write test cases for copy and past password in password field ?
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
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process