from what stage you will start automation in your project
Answers were Sorted based on User's Feedback
Answer / tvl
In the execution time when we have findout repeatable
actions ,then we will use the QTP.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / murali
When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.
Before automating one need to consider the points
Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven
Product based
-develope products
Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vengi
When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raghu
when repeatable actions are need to be perrformed then
automation testing takes place.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
How to use reporter.report event in qtp ?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,
What are the properties you would use for identifying a browser & page when using descriptive programming ?
I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How can you write the scripts that operate on different objects depending on run-time information?