I have 5 no.of Action in my Test. Out off which i should
make 3rd action as my start-up action. How should i make it?
Answers were Sorted based on User's Feedback
Answer / shamsher singh
1. We can use batch test to execute in particular way to
execute action.
2. we can call 3rd action in 1st action in the starting and
with define iteration to no. of times execute this action.
pls correct me if i am wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / md ghouse
RunAction ("action 3", oneIteration) this keyword you have
to mentioned in the action1 first line.
Once you started execution action 3 will run first.
Let me know after execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sankar
1)First those 5 actions are make as reusable action then
call the required action.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshmi
As per my knowledge, if you want to run 3rd action, go to
3rd action and right click and select Run Current Action.
so that it will execute the cureet action which is now
Action3. If you want to execute to other actions as well,
you need to call those actions in actin3 in the sequence
whow u want.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreeprasad
You can switch to the "Keyword View" and choose "Toolbars"
under "View" and then choose "Action". This will provide u
with a new combo box where u can choose "Test Flow".
then u can drag and arrange the Actions in which ever order
u want them to get executed.
Repeat ..Automation framework..?
There are five kind of framework for any automation tools.
1).Test Modularity
2).Test Library Architecture
3).Keyword Driven framework
4).DataDriven framework (We generally use this framework
with above mentioned three framework)
5).Record n Playback
-The best one is 'Test Library Architecture'. In this you
can maintain
Application Library
DataBase Library
Error Handling
General Library....etc.
| Is This Answer Correct ? | 0 Yes | 1 No |
can anyone please tell me which is the best institute for learning QTP and Automation Testing tools in hyderabad with realtime examples and scenarios...I heard about many institutes in Ammerpet hyderabad i.e Suresh Reddy's Smart Solutions, Ashwin Palaparthi's Tech Teach,SUNNYSOFT, SITE institute, I-VINTAGE, siritechnologies and sriven institute..pls suggest me which to choose for learning QTP....Which institute has fasttrack option?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
What is dynamic arrays
in Qtp,how to display user name and pwd (script)in data table(global sheet).
Explain the views in the QTP GUI?
Can you expect major bugs in Net banking Application?
how to display message with out using msgbox function?
Explain in brief about the QTP Automation Object Model.
What are the recording modes in qtp?
What is Virtual Object? Plz Explain me with an example?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...