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 |
What are the different attribute used with regular expression?
What are the features and benefits of Quick Test Pro(QTP)?
What type of VB script u had done in expert view?
What are the Levels of Automation in QTP
How QTP integrate with application?
write script for how to add function library in QTP
In qtp is it possible to check broken links of a page?
With what extension you can save the list of tests in a file to run in test batch runner?
For what purpose to we use object repository in a application?also explain usage of obj.repository?
Need one Urgent help please,for ex: first time i created Local reposory and convert that local to shared Rep and save in some where(by using Export local objetcs), unfortunately that saved repository is missed, now i want same repository,but iam not able to export the same repository second time?? i need that Repository only how to get???
When I start recording any web application (either Mozilla or IE) QTP recognizes window instead of browser and also it does not show all the hierarchy tree of that particular web page. 1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") 2. As everybody knows it should be browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox") I am using the windows vista, do you think it may be a problem of my settings in QTP or problem of my installation. Your kind responses will be appreciated. Thanks in advance. Satya
What is keyword driven framework?