Tag Archive for software test tools

Is there any risk in replacing ‘Functional UI’ testing with ‘API testing’?

For example if I validated ‘AddUser()’ using API testing, can I omit validating same through UI?

Share
|



Post to Twitter Tweet This Post

Test on iPhone OS 3.0

Today Apple finally announced that all App Store submissions must now be OS 3.0 compatible. Since most of iPhone and iPod touch users will upgrade to iPhone OS 3.0 this June, Apple requested that all submissions to the App Store will be tested on iPhone OS 3.0.

If your app is not compatible with iPhone OS 3.0, it will be rejected. You should test your existing apps with iPhone OS 3.0 to ensure there are no compatibility issues. After iPhone OS 3.0 becomes available to customers, any app that is incompatible with iPhone OS 3.0 will be removed from the App Store.

SQA Solution has many available devices running latest version of OS 3.0 and can help you to ensure there are no compatibility issues.

For more information visit us @ http://www.iphoneapptesters.com/

Post to Twitter Tweet This Post

QTP sample Scripts

QTP sample Scripts

Script to display the count of WebTable/Link/Image in the browser

 

Set b = Description.Create

b(“micclass”).value = “WebTable” ‘insert “Link” or “Image” in place of “WebTable”

Set ls = Browser(“Database/SQL Server Interview”). Page(“Database/SQL Server Interview”).ChildObjects(b)

Msgbox ls.count

Set b = Nothing

Set ls = Nothing

 

================================================

 

Script to display the count of Links

 

Set a = Description.Create

a(“micclass”).value = “Link”

Set ls = Browser(“name:=Data.*”). Page(“title:=Data.*”).ChildObjects(a)

Msgbox ls.count

Set a = Nothing

Set ls = Nothing

 

=============================================================================

 

To click a hyper link

 

Set a = Description.Create

a(“micclass”).value = “Link”

a(“text”).value = “Interview Tips”

Browser(“name:=Data.*”). Page(“title:=Data.*”).link(a).click

Set a = Nothing

 

 

===============================================================================

 

To pass custom step to test results

 

Set a = Description.Create

a(“micclass”).value = “Link”

a(“text”).value = “Interview Tips”

Set ls = Browser(“name:=Data.*”). Page(“title:=Data.*”)

ls.link(a).click

Reporter.ReportEvent micPass, “Custom Step”, “The user-defined step Passed.”

Set a = Nothing

Set ls = Nothing

 

================================================================================

 

 

Clicking the link(“Interview tips”) with Descriptive programming

 

Set aTitle = Description.Create

aTitle(“micclass”).value = “Browser”

 

Set aPage = Description.Create

aPage(“micclass”).value = “Page”

 

Set aLink = Description.Create

aLink(“micclass”).value = “Link”

aLink(“text”).value = “Interview Tips”

 

Browser(aTitle).page(aPage).Link(aLink).Click

 

=====================================================================================

 

To display the browser names

 

Set aBrowser = Description.Create

aBrowser(“micclass”).value = “Browser”

Set aTemp = Desktop.ChildObjects(aBrowser)

msgbox aTemp.count

For i = 0 to aTemp.count-1

c = aTemp(i).getroproperty(“name”)

msgbox c

Next

 

=====================================================================================

 

When in case of multiple browsers opened, use the 3rd line statement to identify the exact  browser to perform the operation

 

Set aTitle = Description.Create

aTitle(“micclass”).value = “Browser”

aTitle(“name”).value = “Database/SQL Server Interview Questions”

Set aPage = Description.Create

aPage(“micclass”).value = “Page”

 

Set aLink = Description.Create

aLink(“micclass”).value = “Link”

aLink(“text”).value = “Interview Tips”

 

Browser(aTitle).page(aPage).Link(aLink).Click

 

=====================================================================================

 

Post to Twitter Tweet This Post

POS Testing

Here is a list of functionality that you should have in mind given the fact that your system has these functionality. WE used this for testing our POS (Nextor)

I hope it is of some help.
Main Menu options
• NormalSale
• SFW
• AffiliateSale
• NoSale
• PostVoid
• Return
• SignOff
• Loans
• PickUp
• TenderCount
• PrintOpratorTotals
• TrainingModeOn/Off
• TenderExchange
• LockCashDrawer
• PrintDuplicateReceipt
• Retrieve
• PaidIn/Out
• IssueRainCheck
Transaction ID
• Valid
• Invalid
Customer
• New
• Existing
• Invalid
• Mandatory
• Optional
Tenders
• CASH
• CHECKtraveler
• MASTERCARDvisaAmexDinerDiscover
• HOUSE CHARGEoastore
• JCB
• MDSECREDIT
• GIFTCERTIFICATE
• Multiple
Item
• Existing
• NonExisting
• Multiple
• Custom
• associate
ChangeTax
• NoTax
• TaxExempt
• Percentage
• Dollar
ChangeTax
• NoTax
• TaxExempt
• Percentage
• Dollar
Discount
• LinePercentage
• TransactionPercentage
• LineDollar
• TransactionDollar
Quantity
• ValidQuantity
• InvalidQuantity
Price Override
• ValidReason
• InvalidReason
• ValidModifiedPrice
• InvalidModifiedPrice
OrderOption
• VoidItem
• Suspend
• VoidTransaction
Sold By
• ValidAssociate
• InvalidAssociate
ShipToMethod
• Existing
• New
• Invalid
• Multiple
Inventory
• Available
• BackOrdered

Post to Twitter Tweet This Post

Business Process Management Is Need of the Time

Post to Twitter Tweet This Post

The Silicon Valley Software Testers and QA Meetup Group!

Post to Twitter Tweet This Post

What is “SQL Injection”. How can we test WEB Application (Client /Server) for SQL Injection?

What is “SQL Injection”. How can we test WEB Application (Client /Server) for SQL Injection?

Post to Twitter Tweet This Post

Please let me know if anyone has Used VSTS-visual studio team system for Performance testing of webbased application. What is your Experience on same ?

Please let me know if anyone has Used VSTS-visual studio team system for Performance testing of web based application. What is your Experience on same ?

Post to Twitter Tweet This Post

Overcoming SOA testing challenges

Some people say service-oriented architecture (SOA) testing isn’t really new, that this type of testing has occurred in-house ever since there’s been middleware. However, that type of testing does differ from testing traditional applications. On top of that, SOA is being used more often, which means more of those types of applications need to be tested.

This special report takes a look at the challenges of testing SOA applications, as well as blind spots to be aware of. It also provides technical tips for conducting the different types of tests that are required.
Working with the business

Building a test system

  • Building a testing system for SOA
    Rami Jaamour discusses the best place to begin when building a testing system for SOA and how to establish a quality policy as part of the overall SOA governance strategy.

Unit testing

Functional and regression testing

  • Use functional and regression testing to validate SOA solutions
    With SOA applications, the quality of the individual services does not necessarily translate into the overall quality of the business solution. It is the quality of the whole that truly matters. In this tip, David W. Johnson explains how to use functional and regression testing to validate that SOA solutions deliver the business functionality required.

Performance testing

Security testing

  • Be aware of SOA application security issues
    Making disparate systems work together via Web services and SOA can save money, time, and frustration. But if you aren’t careful, the combination can leave you open to attack.

Post to Twitter Tweet This Post

Strategic QA. Steps to effective software quality assurance

There is a great white paper from IBM by Dominic Tavassoli, IBM

SQA Solution uses IBM techniques and tools to streamline QA process. Download this new white paper now:

http://go.techtarget.com/r/4986076/8268532

Post to Twitter Tweet This Post