In QTP, As a first step wht we will do before going to
start a Automation....when it will be decided that we have
to go for a Automatio..and who will decide to go for
Automation. Any body can pls let me know..
Thanks in Advance..
Answer Posted / kala
Depending on the companies standard. Domain experts,
clients choice, Project manager and quality assuranace
people will take the decision. If the client is very much
interested then company will go for the automation
depedning on the budget which has to be paid by the client.
Normally for more risk projects, financial projects,
delicate projects we will go for the automation.+
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to recognise the webelement and verifying that webelement is enabled?
What is the standard timing delay for web based application in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
what is the difference between development and testing
Which scripting language used by quicktest professional?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
whare exactly we have to use functions and sub routain
What are the advantages of Object Repository?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What test you perform mostly? Regression or retesting in your testing process?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to use conditional loops in qtp ?
Where is the Bitmap checkpoint information stored?