Software Testing [closed] - functional-testing

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
After completion of the testing process in a software product, there is no defect.. then what is our next step??

Ship it
Profit

You never can say without lying "There is no defect", you just can say "No defect has been revealed by our testing process".
Your next step is to prepare the shipping. This involves:
write user's manuals and software reference documents
create a payment service for shipping your product and receiving money
create a customer service for handling feature requests and bug reports
write v2.0 and V1.xx in parallel

Product Release
Revenue

Related

Is it hard to make a online app, in the cloud, communicate with a cheap usb finger print scanner? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
So, i came with a start up idea, but in order to make it happen, i need to make a web app communicate with any finger print usb scanner - those that you can buy anywere. It must take the scanned finger print and save it in the cloud data base.
It would be difficult,code wise?
I want to code it in Ruby on Rails
As RoR is server-side you would want to use some client-side language to interact with a clients usb, such as JavaScript. I know Chrome offer a feature to do this but am unsure if it will be available across multiple browsers.
http://developer.chrome.com/apps/app_hardware.html

Is it manageable to make newsletter in asp.net mvc 3? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it manageable to make a newsletter in asp.net mvc 3 ... with templates, tracking (bouncing, views, clicks) and mass emailing? I can't find much information about it, maybe you can suggest a book or links?
Thanks!
There is a Nuget package called MvcMailer that can help you a lot.
This topic is too specific for a book in you ask me. However, I don't see any reason why this can't be done in MVC3. The only precondition is that you are familiar with the framework/technology :-)
Depending on your current level:
Here's a how to get started type or article:
http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/getting-started-with-mvc3-part1-cs

Powershell Cross Domain Control [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would code look like for accessing another domain in AD and creating a user!
NON-CMDLET's! .NET or VB Script only!
I Have an account on the other domain which I can use to create this use ron the other domain.
Take a look here System.DirectoryServices.AccountManagement.
In powershell you need to load assembly for working with it:
[reflection.assembly]::LoadWithPartialName("System.DirectoryServices.AccountManagement")
the code looks like that in msdn link.

What are events and observers in magento [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I developed a package with the most powerful functionality of Magento, Events and Observers.
But I don't have much knowledge about them. I googled and tried to find any tutorials, but nothing got.
Any one have any tutorials or any documents about them kindly let me know.
Here are the some links that I have :
Event Observers in Magento
Observers and Dispatching Events
Event Observer with Save before and Save after
Customize Magento using Event/Observer

Posting a picture from a Facebook app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like this (most of the books I've find were from 2008 and seem outdated). Can anyone explain how I might do this (I would I assume I would do this with a php call). Also, if anyone knows any good literature or resources on this topic that are not out of date that would be very helpful.
Your answer is here: http://developers.facebook.com/docs/reference/api/post/
They give you a CURL example, and if you're familiar with PHP's curl api you can trivially replicate it.

Resources