How to parameterize a text field and the same field as
combo field on next page. Means inserting values in Text
field will appear in the combo field. for example country
name, state name. Kindly reply it is urgent !!!
Answer / jay prakash
Try the insert outpot value feature of QTP. That is
designed for such scenarios only.
Please let me know if it helps.
Regards,
Jay Prakash
| Is This Answer Correct ? | 0 Yes | 2 No |
How to supress warnings from the "Test results page"?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
What is our exact stage involvement with QTP?
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
in Qtp,how to display user name and pwd (script)in data table(global sheet).
want to learn real time automation project(QTP)?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
Can we run test with out adding object in object repository? How it is possible?
OPening of notedpad in QTP to write and execute the coding?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
what is main diff of qtp8.2 and qtp9.0?