ContributionsMost RecentMost LikesSolutionsRun TestScript using Excel I want to execute all testscript from excel i.e. 1 driverscript will call an excel file , excel having 3 columns 'TestScript' <This column having Test Script Name> and 'Method' <This column having Function Name> and 'Execute' <This column having Yes/No flag> .How to Run 'Yes' marked TestScript. I am able to read excel values also can assign it to variables. Now using which method I can invoke same TestScript to run. 'USEUNIT Unit1 '# want to read from excel or how to assign unit name at run time? 'USEUNIT Unit2 'USEUNIT Unit3 ..... ... ... 'USEUNIT UnitN Sub Main unitName = "Unit2" '# reading from excel methodName = "Test" '# reading from excel Execute unitName &"."&methodName End Sub I don't want to declare 'n' times USEUNIT , want to declare it once like unitName and methodName Is there any method ? How to update 'USEUNIT name at run time I am reading unit name from excel and passing them to tempVar and using Execute command , I am execute TestCase. But I am not able to update 'USEUNIT name at run time ? how to do that plz help.,. I don't want to declare 'n'n number of USEUNIT Example(DriverScript) 'USEUNIT Unit1 '# want to read from excel or how to assign unit name at run time? 'USEUNIT Unit2 'USEUNIT Unit3 ..... ... ... 'USEUNIT UnitN Sub Main unitName = "Unit2" '# reading from excel methodName = "Test" '# reading from excel Execute unitName &"."&methodName End Sub Re: How to verify the Web Table Images desktop app grid Class - Syncfusion grid control How to verify the Web Table Images In the trading Table after entering price/quantity , I have to verify price up/down/valid/invalid symbol and entered value. Can anyone help me on this. Although I am able to fetch the cell value/color/text/font etc. using "Grid.wValue(r,c) and Grid.item(r,c)" but not cell icons. Please see the attached image file : I can fetch Bid value 15 , Ofr value 20 Also I have to verify cross / arrow icon of same , how to do it ? Could you please help How to verify the cell icons In the trading grid after entering price/quantity , I have to verify price up/down/valid/invalid symbol and entered value. Can anyone help me on this. Although I am able to fetch the cell value/color/text/font etc. using "Grid.wValue(r,c) and Grid.item(r,c)" but not cell icons. Please see the attached image file : I can fetch Bid value 15 , Ofr value 20 Also I have to verify cross / arrow icon of same , how to do it ? Could you please help Re: System is getting hanged/crash while automation using Testcomplete, how to overcome with this issue? hanging is happening, during test playback as well as during mapping Re: System is getting hanged/crash while automation using Testcomplete, how to overcome with this issue? While mapping textbox, buttons web browser is getting hang although same operation with QTP/manual/selenium working fine Re: How to improve TestComplete speed w.r.t. any application https://support.smartbear.com/articles/testcomplete/test-playback-performance-tips/ We're sorry but the page you were looking for was not found. see the snapshot System is getting hanged/crash while automation using Testcomplete, how to overcome with this issue? What should i do if system will hanged/crash during testcomplete automation. While recording using Testcomplete then System is getting hanged. While objects spy using TestComplete then application is getting hanged. If I do same activities with other tools then application and system response time will be good. If I do same activities manually then application and system response time will be excellent. If I do same activities with testcomplete then application and system response time will poor or zero. why so ? can anyone help on this? How to resolve this challenge? Although My PC have 4GB RAM/300GB HDD How to improve TestComplete speed w.r.t. any application Application response time is very poor while recording or running test cases using test complete. Although application is working very fast while manual execution and good response with QTP/UFT but while using test complete either application is getting hanged or crashing the testcomplete. can any1 help on this issue