ContributionsMost RecentMost LikesSolutions[LoadUIWeb] LoadTesting of Data load from excelHi, I have to test an application that is fetching data from Excel. I need to measure the load time with different number of records (500,1000...20,000) with different number of VU's. I am able to get the request where file is being uploaded but i dont know how to change the file dynamically. Content-Disposition: form-data; name="ctl00_ContentPlaceHolder1_FileUploadfile0";; filename="C:\Documents and Settings\mmahmood\Desktop\Test_Plant_Item_Template(1).xlsx" Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet I tried changing the request by puting veriable, i tried giving variable name in "value" but nothing is working for me. If you want to access the project, its available with "Issue# M0112781" Regards, Mazhar Adding a Test case into a test setHi, I have created a test set, its under execution. I edit this test set, add 2 more tests in it, but cannot see these tests when resuming the same test set. Regards, MazharIs it possible to do Capacity PlanningHi, Is it possible to recommend what kind of Hardware a client should have for an application by performing Performance Test through LoadComplete? e.g. with each product we have hardware and Software requirement, means to install this software you need minimum 5 GB Ram, or 3 GHZ processor etc. I want this information in another way, what is the recommended Hardware in case 100 users are working simultaneously or 500 users working simultaneously. Regards, Replicating Test Case into another Test SetHi, I have two Test Sets, Functional and Regression, i have several Tests in Functional, each Test contains several Test Cases, what if i want to replicate specific Tests or Test Cases in Regression Test Set, i dont want to add the same test cases again. Is there anyway to do that? Regards, Muhammad Mazhar MahmoodLoadComplete Log Items, Scripting, ExecutionHello, I have following questions regarding LoadComplete. 1. Can we convert TestComplete LoadTesting Items into LoadComplete? 2. Does it support Scripting? 3. What if i want to execute my test in iterative mode, i mean in first run only with 1 VU, in 2nd run with 2 ...in 50th run with 50VU's. I don't want to add 50 Test Items in the attached window. In test complete we can do it by writing a simple script. 4. In the help file it says "For instance, to specify the modem speed 56 Kbit/s, type 56*1024=57344. Confirm your input by pressing ENTER . LoadComplete will re-calculate the entered value and display it both in bytes and bits. If the entered value corresponds to the drop-down list item, the item text will be displayed." I put "57344" in the connection speed, LoadComplete displays 7.17 MB/s (57.34 Mbits/s) 5. What if i want to change the LogItem name during execution, means LoadComplete generates LogItem with my defined name. In TestComplete we can do it by scripting. I dont want to change LogItem name manualy because it will take lots of time to check the Log and then rename it.Re: LoadComplete Vs Test CompleteThanks! I have logged an issue. Issue# M0090287 Regards, Muhammad Mazhar MahmoodLoadComplete Vs Test CompleteHello, From last 3 days i am using Demo Version(1.0.202.24) of LoadComplete. I have selected 2 scenario's from my application, recorded these scenario's in TestComplete and LoadComplete and have following results after execution LoadCompleted Crashed - 2 times for each scenario TestComplete Crashed - No LoadComplete Hanged during Report Generation - several times TestComplete Hanged during Report Generation - None LoadComplete execution time for Scenario 1 with 50 VU = 10m TestComplete execution time for Scenario 1 with 50 VU = 5m LoadComplete execution time for Scenario2 with 50 VU = 27m TestComplete execution time for Scenario 2 with 50 VU = 5m I have provided Server Credentials to LoadComplete and TestComplete - Credentials not accepted by LoadComplete still giving me the same warning message, but these credentials were accepted by TestComplete. New reports are good but what if i want to generate the same report as i have in TestComplete? Regards, Muhammad Mazhar Mahmood Re: Page response timeHI, What if i want to caculate the Loading Time of main page. E.g. i am opening www.smarbear.com and want to know how much time it took to display. ToURL and NavigateTo method are not working because Wait method is included in these method by default.Re: How can i change the test log/result as per my needHi Bala, If you want to export your result to a .txt or .csv file its better to write your own routine, you can export the TestComplete Logs but in most of the cases it does not fulfill our need because as a tester we need Pass or Fail status against each test case. Well i am not sure how you are managing your test data but i can explain how i am generating test result in a seperate file. Suppose we have a login test case with the following Data coming from excel sheet Test Case-ID Login Name Password Expected Result 01 Test1 Test0 Error Message: Incorrect Login information So now if your system is prompting this error means ur test case is passed if not your test case is failed. Right after pressing the Login Button i am checking the error message and calling the following routine, if error message is there i am passing "Pass", otherwise "Fail". If ErrorMessage = ExpectedResult Then LogResultIntoFile "Login",TestCaseID&","&"Passed" Else LogResultIntoFile "Login",TestCaseID&","&"Failed" End If Function LogResultIntoFile(Module, Result) CreateFolder "C:\TestResults" CreateFile "C:\TestResults\"&Module&".csv" OpenFile "C:\TestResults\"&Module&".csv" writeNewLine Result CloseFile End Function (it is just an example not a complete solution)Web Testing - Object ModelHi, I just want an expert opinion, which Object Model is best to use and faster when you are not using Name Mapping, identifying objects on runtime? Right now i am using Tree Model, but for my own knowledge \ experience i want to try some other Models as well. ( i have read the object model help topic but i just want an experienced opinion) Regards,