How to capture screen shots when an error occurs?
Answer Posted / laxmi
i am unable to understand can you explain in detail
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain runtime dynamic settings?
How can you write the scripts that operate on different objects depending on run-time information?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
assume i have few url link how will i dynamically call then using descriptive programming?
what is the difference between development and testing
What is the differences between image check point and bit map check point?
What are the key elements available in test result window?
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?
Where you are storing your script?
What is object spy in quicktest professional (qtp)?
How to customize checkpoints with parameters?
What is text/text area checkpoint?
how do u plan test automation?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression