. My application is updating the user information in the
application. Every time it is Adding on record in my
application and Validating the information like “Record has
added successfully”. Which Check point I have to put in
this situation? Why?
Answers were Sorted based on User's Feedback
Answer / sandipgami84
ys nanda is right
thanks,
Sandip
9714177088
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nanda
you can parameterize the value in checkpoint properties window. or else u can use regular expression there.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is mean by output parameters? I need full description with example. tell me any one please
write a qtp script to verify that the business price is twice the economy price in flight reservation window
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
any one can explain about QTP proocess,means where to start and how to start Scripting.
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
explain keyword driven framework with banking domain?
how to check URL using QTP? write vb script with descriptive programm only?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.