can we call a test in another test?
Answers were Sorted based on User's Feedback
Answer / baba fakruddin
If we have no.of actions, what would we do AjReddy?
We can't call test from another test. We can call only
Reusable actions and Library Files
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasavi
By default all the script will be recorded in the action
itself. So there will be one action for each test(action1).
We can call this action form that test
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajreddy
yes u can
but u have to make it that action reusable action
Is This Answer Correct ? | 2 Yes | 4 No |
What r the different type of reports generated in Quality Center?
What is difference between the For..Next and While..Wend statements?
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
What r the diffrernt file extentions in QTP?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
what is the main use of reviews
what is mean by output parameters? I need full description with example. tell me any one please
Is QTP supports Unix. If yes, then how the test automation is done?
what function you write to do database testing with the help of qtp?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
What is Test Fusion Report in QTP?