what is key word driven frame work ? why it is called like
that ? what is the diference between keyword driven and
data driven frame work ?
No Answer is Posted For this Question
Be the First to Post Answer
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
Why is Client side image is preferred over server side image?
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
can we use QTP for load testing instead of load runner?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
Differences between text and test area checkpoints?
How to release all resources file from the QTP?
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
What is smart identification in QTP?
What is the difference between functions and actions in QTP?
write a script to close all open browser in qtp except one browser whose name is xyz
Is it possible to return multiple values from a function..? Then how..?