ContributionsMost RecentMost LikesSolutionsRe: TestComplete with vmrunHello, I am trying to make this command work for some reason I am not successful. Can you pleaes let me know what I am doing wrong: C:\Documents and Settings\Lax>vmrun -T ws -gu username -gp runProgramInGuest "C:\Documents and Settings\user\My Documents\My Virtual Machines\Windows XP Professional\Windows XP Professional.vmx" cmd.exe /k "C:\Progra~1\Autom~1\T estComp~1\Bin\TestComplete.exe C:\ProjectSuite2\ProjectSuite2.pjs /r /p:Project1 /u:Unit1 /rt:Main" This is not working. Can anybody tell me what I am doing wrong If I don't pass "C:\ProjectSuite2\ProjectSuite2.pjs /r /p:Project1 /u:Unit1 /rt:Main" then TC does start on the GuestBox.Re: Map Object from the object BrowserIf I try to add the object I see the message on the object map dialog -> "elements already contains a child named cell" then I can't do anything. How do I add that object?. Re: Map Object from the object BrowserAfter disabling the tabbed browser still I see the problem. If I try to add a new object from the object browser it will create a new iexplore each time rather than adding to the existing Namemapping object. Is there any solution for it?.. It is really tedious job to add a new object to the Namemapping. Testcomple support please let me know. Thanks Re: Map Object from the object BrowserThank you for the response. I do user IE8. How do I turn of the tab browsing?. If I turn off the tabbed browsing, I hope it should recognize all the old parents. Right? Thanks again.. Map Object from the object BrowserHello, Here is the scenario: I already have a namemapping and most of the objects are mapped. Also, I made some changes on the page object under Namemapping. Now, I forgot to add one object or a new object need to be added to my existing namemap. I used Object Browser and located that object and right click on it -> Map the Object Name.. menu item. I see Map Object Name dialog with list of all the parent of that object. Here is the problem, as soon as I start mapping each parent. I see that there is a new "iexplore" under name mapping and new object is under different hiearchy. I don't want that. Why this is happening? Can't I just add that object to my exisitng NameMap rather than remapping each parent? Please let me know.. Thanks Create ProjectSuite.Variables.BROWSER as an Object?Hello, I created a project suite variable as: ProjectSuite.Variables.BROWSER as String. I want to create projectsuite variable BROWSER as Object so that I can store Process object. I am using the following code to run the testedapps Set ProjectSuite.Variables.BROWSER = TestedApps.Items(ProjectSuite.Variables.BROWSER_INDEX).Run() This will fail and I can't do that. Becauser BROWSER variable is "String" not an object type. I want to use BROWSER as Project suite variable so that I can use that as global variable through out my project suite. Please let me know how I can achive this. Thank You.. Re: context sensitive menu and object finder toolThank you that helped. Re: context sensitive menu and object finder toolOne more thing I forgot to add: I am not interested in recording the object properties, I want to know which unique property should I use for this menu items. Thanks Re: context sensitive menu and object finder toolHello, Can you please be more specific? I am not able to follow in the help topic. They haven't given any information on context sensitive menu For e.g. I have to right click on the web and a context menu will popup. How do I interate through the items in the menu? I wan to see those object properties. Thank you, Lax.. context sensitive menu and object finder toolHello, I want to see the properties of the context sensitive menu from the object finder tool. As soon as I click on the finder tool my context sensitive menu disappers that means I can't see the properties of the context sensitive menu unless I hold some key. I used to hold the control key in QTP to do this. Does testcomplete has similar or different key option? Please let me know.