where did you automate in your project?(please tell me
example senarios)
Answers were Sorted based on User's Feedback
Answer / gayathrin
For Regression Testing we will use Automation .
Example :
just think as you are working on Maintanence project
Suppose u executed ur testcases on one load
After one load got released successfully then next load
started (Ie : for each new load,new features will come to
the picture (New change requests))
So you will do manual testing for these new features,
and at the same time you have to prepare the script for
past load testcases .
I think you understood ...in our project we are proceeding
in this way...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sss
As per my Knowledge
1.you test application multipul test data.
2. With out Connection of database
3. Data use multiful time..
| Is This Answer Correct ? | 1 Yes | 0 No |
how to get font size of a "WebEdit"
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
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?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
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
I want to test advanced Java applications what kind of add- ins I have to install?
What is QuickTest Automation Object Model? Where we can use AOM?
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.
What is the difference between functional spec. and Business requirement specification?