-
Performance testing of mobile applications
Hi, I recently got involved in performance testing of mobile app. But I am not aware of what things I should test in order to test performance. Please let me know tools too for performance testing of apps.
-
SQL stored procedure is taking too much time to execute
One store procedure is working fine at one location. But the same store procedure is taking too much time to execute in different location on same network. What would be reason for this and how to reduce response time?
Last updated: -
Visual Basic: Populating dropdownlist of websight
Hello, I'm new to Visual Basic. I want to make a autofill program for public form something like railway ticket form. I am almost done. I use Windows form application and use the content box element id for autofill. But now I'm stuck in autofilling dropdown list content. When I use its element ID...
Last updated: -
I can't see the code. What should I do?
Last updated: -
Convert Excel file into QTI XML
How can I convert XLS file into QTI XML?
Last updated: -
Excel 2003 docs now won’t open in Excel 2007
I created som docs using Excel 2003. New computer has Excel 2007 installed and now when I open the docs they are unreadable. Any help would be appreciated.
Last updated: -
Can’t get to home page from admin in WordPress
My site can't get to home page from admin. Can you help me?
-
Dear Testing Gurus, Would you please share your take on the shift from SOAP to REST APIs & what effect that has on API testing tools? Thanks in advance + Happy Sunday! Henry
Last updated: -
Software Quality Assurance Test by IKM
Does anybody have sample questions from the Software Quality Assurance test by International Knowledge Management?
Last updated: -
Macros disappear when Excel closes
Macros disappear once Excel is closed. Why is that?
Last updated: -
Visual Basic: Not using replace or remove, only Length, Substring and Indexof
Trying to write a program that replaces and removes certain words WITHOUT Replace or remove methods. Only using functions like: Length, Substring, IndexOf. Example: I type in the input "I love the bikes at Fives Bike Shop." The output would be: "I love the bikes at 5BS." The code is below: S =...
Last updated: -
Visual Basic: Get SQL error output from Web Browser
I tried to create an application with Visual Basic that gives me information about gaps in my websites and how to secure it. I want to create a program that check if an SQL error exist, if it's injectable or not and it's proportion of gravity. After searching in Google and found a similar program...
Last updated: -
Can TIF files be edited in Photoshop elements 8?
Can TIF files be edited in Photoshop elements 8?
Last updated: -
Hi community, I need to deploy a cloud service that will deliver web services to small and medium sized enterprises in my country. These web services will have e-commerce capabilities and will provide SMEs with web presence, e-commerce abilities and online advertising/marketing. I don't know what...
Last updated: -
How to get data in DB2 based on index like (LIMIT 2,9) in SQL and other databases.
In other databases we get data based on index using LIMIT. Example: SELECT * FROM ZEMPLOYEE LIMIT 2,9. I tried using native SQL it works fine if we give LIMIT 3, it will fetch the records from 1-3 but when I give LIMIT 2,9. Then it should fetch the data from 2nd record to 9th record but It through...
Last updated: -
SQL query: Find out the count of employee whose name is more than one time
In SQL, how do I find out the count of employee whose name is more than one time in a table?
-
Sub domain in Apache in Ubuntu
How can I create sub domain: Eg:www.maysite.com subdomain is www.busines.mysite.com?
-
Pseudocode for area of cylinder
What's the pseudocode to determine the area of cylinder by taking height and diameter from user. (2*pi*radius*(height+ radius))
Last updated: -
What is 'developing' meaning?
Last updated: -
Visual Basic: indexoutofrangeexception help needed in my code for unique word counter
Hey, at school we got assigned to make a unique word counter in VB and I kept getting the indexoutofrangeexception and I have no idea why, here is my code: Public Class Form1 Private Sub BtnEnter_Click(sender As Object, e As EventArgs) Handles BtnEnter.Click Dim Input, Word() As String Dim Count,...
Last updated: