how we will use output values in qtp? is there any
possibulity by descriptive programming?
Answers were Sorted based on User's Feedback
Answer / ramu@sunnysoft,hyd
It is a feature provided in QTP to capture the application
values while execution and these captured values are stored
either in run time datatable or environment variables.These
output values can be used for verificational purpose or
tosend inputs to otherscreens ,other action and other tests
there are differebt types of output values
1. standarad o/p value
2.Text o/p value
3.Text area o/p value
4.Data base o/p value
5.XML o/p value
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramu@sunnysoft,hyd
It is a feature provided in QTP to capture the application
values while execution and these captured values are stored
either in run time datatable or environment variables.These
output values can be used for verificational purpose or
tosend inputs to otherscreens ,other action and other tests
there are differebt types of output values
1. standarad o/p value
2.Text o/p value
3.Text area o/p value
4.Data base o/p value
5.XML o/p value
| Is This Answer Correct ? | 0 Yes | 0 No |
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
Object repositories types, which and when to use?
The hybrid framework can be implemented for any application. Is it true?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
Explain about invoking of application?
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
Explain advantages and disadvantages kdf?
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script