How u do the back end testing in QTP?
Answers were Sorted based on User's Feedback
Answer / saleh
First of all we have to know what is back end testing? Back
end testing is nothig but checking the correctness of the
database.
With QTP we can write a script which going to connect the
backend I mean a database of our inquary then we can set it
on the datatable where we can compare the backend data with
the real one and determine If there is any inconsistency.
and so on so forth...
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / sravanthi
To automate backend testing we can use database check
point.during this testing testors r checking the impact of
frond end operation on backend table in terms of
verification and validation
Is This Answer Correct ? | 11 Yes | 2 No |
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
4. what is the use of Text output value in Qtp?
How to execute a WinRunner Script in QTP?
What is the Difference Between Quick Test Pro and Quick test professional?
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
How we can do Batch testing in QTP?
How can I replace all the text from the QTP script with some other text.
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
In QTP, What is Global action and Local action?
What is the limitation to XML Checkpoints?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance