In Login two edit box which object class property value is
same, How to enter into 2nd edit box in qtp by vbscript.

Answers were Sorted based on User's Feedback



In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / netesh

using index property.
browser("x").page("x").webedit("y","index=1").set "abc"
' index 1 means first object which is left to right and top to bottom

Is This Answer Correct ?    8 Yes 0 No

In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / rahul

If the object class property value is same.

Enable smart identification which can find the unique property value that could't found by quick test,this enables you to further step.

Is This Answer Correct ?    7 Yes 0 No

In Login two edit box which object class property value is same, How to enter into 2nd edit box in ..

Answer / venkatesh

By creation Time

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More QTP Interview Questions

what is the silent mode in WR?

1 Answers  


Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??

2 Answers  


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

0 Answers  


What is the new version of qtp which is recently released in the market?

0 Answers  


How many types of object repository in qtp?

0 Answers  


When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?

1 Answers   TCS,


what the diffference between test data and test cases what is meant by object hierarchy in qtp

4 Answers   Virtusa,


What is the default add-ins in qtp?

0 Answers  


Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution

0 Answers   CFC,


what is meant by source control?

0 Answers   Ordain Solutions,


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); }

0 Answers  


How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)

1 Answers  


Categories