In Quick Test Pro 8.21. While Recording/writing the Script i want to know the " Selecting Tab Position Action Script".Eg: Window contains 4 tab positions i would like to select 2 tab position at that time how script will come. plz write the script and send me. 2. How can i generate and select Tree View in Programatically. Eg: Mycomputer Contains all drives information like as below. +My Computerwhen i press + Symbol My Computer will Expand that format like-- My Computer Drive
When i am adding a object to the repository it does not add it to the existing parent page (flight cofirm mercury) instead it creates a new parent page(flight confirm mercury_2) and adds object under it.
I have 10 Edit Boxes in my application. i Named them as Text1, Text2, Text3...Text10. Now i want to set values in these Text Boxes using Loop Statement. Can i Usefor i=0 to 10 browser("b1").page("p1").WebEdit("Text" & i).set "value" &inext**********Is it acceptable WebEdit("Text"&i) ? I am getting error here.Any suggestions?
Hi All,my Object name is "Login".my code is:browser("B1").page("P1").WebEdit("Login").Set "Admin"CAN I USE IT LIKE THIS?myObj = "Login"browser("B1").page("P1").WenEdit (myObj).Set "Admin"It is not working. How to do in this situation?
When adding object from repository dialog box it doesn't add the new object to the existing parent page(flight confirm mercury) instead it creates new page(flight confirm mercury_2) and adds the new object under it. how to overcome this problem
I am trying to add object from repository dialog box. it creates new page(flight confirm mercury_2) and adds the new object under it. Ideally it should add new object to the existing parent page(flight confirm mercury). how to overcome this problem
I am trying to add object from repository dialog box. it creates new page(flight confirm mercury_2) and adds the new object under it. Ideally it should add new object to the existing parent page(flight confirm mercury). how to overcome this problem
Is there any way that v can start recording our script with the same page, without creating a new instance for that page. for e.g. continuing our script recording with 'flight confirm mercury' page only, even if 'flight confirm mercury' exists in the OR?
Pl. I need help in writing code in the Expert View for a Search engine. As we search ex: 'apple' it gets a Search criteria with (1 2 3 4....Next) pages. so it suppose to click the "Next" button untill "Next" is dissable. As i'm doing datadriven for search criteria by recording with clicking 5 times "Next" button but when in the Run session some criteria is not displaying the same no.of pages...So, how do i write a script to click each page in Search criteria.
How to identifier 4 similar java links in an pageI have 4 similar java links in a same page, in their objects properties, only href are different.Here are links:Java(“*”, ’03/01/2006’)Java(“*”, ’02/06/2006’)Java(“*”, ’10/09/2006’)Java(“*”, ’11/05/2006’)In object repository, I named first link to “date_01” and done this:For i =0 to 3browser("b1").page("p1").link("Text",