What is the Automation Process followed in your company?
Answer Posted / asifali
study of automation scope, whether it is better than for
manual testing ,cost involved to prepare automated test
comparing to manual test , tool cost, time , number of
skilled people etc, after all these if the project manager
conclude in a decision automation is better
he wil start allocation of resource ,then design of scrip -
debuging of prepared script - sample run of the script ,
then actual test execution ...
Regards
asifalipm@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me one scenario, the complex functionality you have automated in your project?
What is Port testing. Whhen will you perform?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Explain how qtp identifies object?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Differences between text and test area checkpoints?
How you can find length of array in qtp?
what QTP Options do you know?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What are the different types of qtp test assets and their extensions?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to use the object spy in quicktest professional 8.0 version?
unique properties of button,edit box, radio button,check box?